Closed infojunkie closed 5 years ago
Disabled G+ API from the GCC and tested on both QC and Live and things are working fine.
Will keep this under observation for a couple of days to guarantee that things are stable. @infojunkie
Received an email update from Google:
Earlier this week we sent you an email related to your projects that will be impacted by the Google+ API shutdown, which also affects requests for Google+ OAuth scopes.
The email listed that one or more of your projects are requesting the “plus.me” scope, and would thus be affected. We would like to clarify that only projects directly requesting the “plus.me” scope are affected. This scope may have been listed in some emails, even if not directly requested by your project. We apologize for any confusion caused.
If you are directly requesting the “plus.me” scope, any other Google+ OAuth scopes, or making any Google+ API calls, please ensure that you remove these requests from your project before March 7, 2019.
To see if your project is directly requesting the “plus.me” or any other Google+ OAuth scopes:
If your project is written in Google Apps Script, you can view which scopes your project is requesting by reviewing your project properties in App Script Editor. If your project is not written in Google Apps Script, please check your code for references to “plus.me” in OAuth scope requests. We recommend that you review projects using any 3rd-party libraries that support sign-in or social functionality, as these may also be affected by the shutdown.
Our app does not request plus.me
or any G+ scope afaict: https://github.com/meedan/montage/blob/develop/appengine/src/greenday_public/static-dev/js/services/app.services.module.js#L15-L19
More deprecation: