google-oauth

Google Calendar API don't return shared calendars

不羁岁月 提交于 2020-03-06 11:07:33
问题 Initial situation: In one of our services, we use a service account to call Google Calendar API. User can share their calendars with this technical account via its technical emailaddress (@.iam.gserviceaccount.com). As calendars are shared, we can query them via API (CalendarList/List: https://developers.google.com/calendar/v3/reference/calendarList/list) All this was working fine for several years without problem. Current issue: As we have discovered recently, newly shared calendars are not

Unable to recover Google API project and “This client ID is globally unique and is already in use.”

旧城冷巷雨未停 提交于 2020-02-25 04:57:47
问题 I've been working as a consultant on an Android project that uses Google oAuth2 to authenticate and identify it's users. The Android project is in production and available for download on Google Play. The oAuth client ids and the entire Google API project was setup by me using a Google Apps e-mail address setup in my name on the client's domain. Since the project has been released and my work with the client is finished my e-mail address has been deactivated and subsequently deleted (or so it

Unable to recover Google API project and “This client ID is globally unique and is already in use.”

血红的双手。 提交于 2020-02-25 04:56:11
问题 I've been working as a consultant on an Android project that uses Google oAuth2 to authenticate and identify it's users. The Android project is in production and available for download on Google Play. The oAuth client ids and the entire Google API project was setup by me using a Google Apps e-mail address setup in my name on the client's domain. Since the project has been released and my work with the client is finished my e-mail address has been deactivated and subsequently deleted (or so it

Can anything done with google apps scripts be done with the google API?

冷暖自知 提交于 2020-02-25 04:15:27
问题 I noticed that the Google Apps Script editor uses a Bearer token to make requests for a lot of things, that got me thinking: Is it possible to do all functions that are done with the google apps script with the google API on your own server? What is the essential difference? Just the fact that google apps script runs on google servers, while with the google API you would need to create your own servers? For example many of the document functions, which I thought could only be done with the

How to use Google APIs without continuously explicit user consent from a progressive web application?

和自甴很熟 提交于 2020-02-06 05:03:24
问题 I have a progressive web application that needs write-access to the Google Drive API for uploading data (media files) the user is creating (either online or offline) in the background while online. It does not really need a server (except for serving the required files, so a static server is sufficient), all of the work could be done on the web application client side. Since uploading needs to happen on the background, whenever the user is online again (using a service worker and the

google oauth CLIENT-ID for multiple site multitalency purpose

时光毁灭记忆、已成空白 提交于 2020-02-06 03:54:45
问题 I'm working on project which based on multitalency concept where users registered their domain info and we create for them. Each sites uses google oauth for viewing google analytics report and for that they need google oauth authorization in their admin pannel of each sites. Problem I'm facing is that i registered one application on google api and it generate a clinet-id plus javascript-origin and redirect-url also defined at time of creating google-oauth project in google-api. I need to know

Google API HTTP 401 - Token invalid - AuthSub token has wrong scope

狂风中的少年 提交于 2020-02-04 12:14:24
问题 I'm struggling with google api for a few days while sending a post request to Google sites API via C# application. First I redeem the authorization code from google's servers by a GET request: https://accounts.google.com/o/oauth2/auth? scope=email%20profile& state=security_token%3D138r5719ru3e1%26url%3Dhttps://oa2cb.mydomain/myHome& redirect_uri=http://localhost& response_type=code& client_id= // CLIENT ID here... access_type=online& approval_prompt=auto In the redirect uri I got the

Unique ID for Google/Facebook Oauth

好久不见. 提交于 2020-02-04 08:50:50
问题 Are there any unique and unchanging tokens available to me from Facebook and Google? Once I get the tokens and user information back from Oauth login, it is then up to me to search my database for a user with that email and create an account if it does not exist. The problem is, even if the oauth token and therefore email is authentic, I still want to use a second token in the database query when I look up the users. Do Google and Facebook have any unique ID fields that I can bundle with the

Unique ID for Google/Facebook Oauth

拜拜、爱过 提交于 2020-02-04 08:50:39
问题 Are there any unique and unchanging tokens available to me from Facebook and Google? Once I get the tokens and user information back from Oauth login, it is then up to me to search my database for a user with that email and create an account if it does not exist. The problem is, even if the oauth token and therefore email is authentic, I still want to use a second token in the database query when I look up the users. Do Google and Facebook have any unique ID fields that I can bundle with the

Unique ID for Google/Facebook Oauth

时光毁灭记忆、已成空白 提交于 2020-02-04 08:50:12
问题 Are there any unique and unchanging tokens available to me from Facebook and Google? Once I get the tokens and user information back from Oauth login, it is then up to me to search my database for a user with that email and create an account if it does not exist. The problem is, even if the oauth token and therefore email is authentic, I still want to use a second token in the database query when I look up the users. Do Google and Facebook have any unique ID fields that I can bundle with the