Is it possible to avoid Google Hangout Chat link preview's displaying authentication challenges? - google-chat

Hi we use Google Hangouts Chat at work. We like seeing link previews, but if we link to an internal resource protected by gsuite autherization, the link preview is just a box telling the bot to sign in. Is there a way of avoiding this?

Related

Is there any way to set up google calendar such that invites come from an alias?

I use google calendar, but I send emails from an alias email there. When I send out calendar invites, it says it comes from my google email address. Is there any way to have this sent out "coming from" the alias email address?
Unfortunately, Google Calendar does not have a way to edit the email from where the invites are being sent. The invitation will only come from the primary email address.
It is a feature that has been requested for years as I was able to find a thread about the matter. Check How to use aliases in Google Calendar?
I always suggest to submit a feature idea through the Google Workspace if you have: Feature idea!
Make sure you have shared the calendar from the alias google account with your main google account so that both calendars show up on the main.
When creating a new event, there you should see a calendar icon. It should have a list of the "Shared Calendars". From here select the one you want the invite sent from and it will be sent on behalf of that alias account.
screenshot

Facebook fanpage .ics link for upcoming events does not work

I own a personal Facebook account and a second Facebook account for a bands fanpage. I want to integrate the facebook events via .ics subscription to my wordpress calendar.
Therefor I logon to Facebook with my personal account (or with my bands account, it makes no difference), then I go to one specific event and click on the "..." button next to share and then I choose "export event"
and after that I have the link for all upcoming events.
When I subscribe to this URL e.g. in macOS Calendar, no events are delivered...
Does anybody know whats going wrong here?

Google Play Games Stops Working Properly after adding Firebase Unity

Before adding firebase plugin i used to get the email selection dialog for google play games authenticate and on success i could get the email by using
string email = ((PlayGamesLocalUser) Social.localUser).Email;
But after i have added firebase the dialog doesn't come although it goes in success block after authentication i can only get user id .
Using Play Games Plugin 0.9.3.7.
I need to get user email and make the dialog to show also as before.
Any help ? Thanks
This might be caused because of some issue with conflicting plugins. You should try to resolve this by using Play Services Resolver for Unity - it is available under the Assets menu.

Messenger chatbot get started button not shown to non tester users

I have a facebook messenger chatbot app that works perfect with users that get tester-role.
In the app dashboard I see that that app is approved as public and is live.
My issue is that users (that not get any role in the app dashboard) can't see the start button and can't start conversion with the bot.
I read that I need approve on page_message, but I can't see this option on the submission items.
Thanks for the help!
You have to also submit your bot for approval in the Messenger tab for your app. Just setting it to live won't make it available to all users.

Google analytics Embeded api with out Oauth authorize

How can i use gapi.analytics.auth.authorize without button..
I need it for customers, to track visits on their subdomain, and I have my analytics code on page, so they can't use button to authorize, need without it, automatically.
Any example?
Your question isn't very clear it is hard to understand what you mean by Button.
I think you mean that you would like to select data from YOUR Google Analytics account and display it on YOUR website.
To do this you will need to use a service account as apposed to Oauth2 (Oauth2 would popup with a new window requesting access). When you create the service account in the Google developer console take the service account email address. Give it access at the ACCOUNT level in the Google analytics admin section. It must be the account level this will then give the service account access to read your Google analytics data.
Quota: I am not sure what you are extending to do here but remember you can only make 10000 requests per day against your Google Analytics profile. After that you are cut off there is no way to extend this number. So I advice you to save the data in the database someplace you shouldn't request the same data more then once.
Example:
I suggest that you look for an example in what ever programing language you are intending to use. Again your question doesn't state anything about what language you will be using. Hello analytics API might be a good place to start but it depends upon the language the PHP one is way out of date I wouldn't bother with it. Also you cant use a service account with JavaScript so that one is out to.
Update figured out button
Embded api I think I have finally figured out what you mean by button. gapi.analytics.auth.authorize is used in the Google analytics embedded api. Which is JavaScript which it is not possible to use with a Service account. So the final answer to your question is
Answer: You cant remove the button from the Google Analytics Embded api the only way to login with JavaScript is to use Oauth2.
Advice: switch to PHP and use a service account to request data yourself. Or give each of your customers access to your Google analytics so they can login themselves.

Resources