-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync will no longer work after Google deprecated Realtime API at December 11, 2018. #1271
Comments
Possible alternative would be Google Sheets API. It would also have the advantage of making the data readable/writable on Google Drive. |
@Astrian uses Chrome Sync as one method of remote sync storage. Of course, we'd want this plugin to be more universal than just Chrome. |
Sync plugin is dead. Authorized, but access forbidden. |
@PacoBell Thanks for quote. I just make a Chrome(-ium) extension because I don’t need to develop a server, for saving costs and privacy-friendly (...well, I just don’t to spend so many time to read the GDPR... 🤪). |
…in uses Google Drive API for sync data between clients. iitc-project/ingress-intel-total-conversion#1271 #25
I updated to the new version but then the link for the sync disappeared. Is there a new location for the link? |
I got the same issue. Sync link gone? |
I noticed that the plugin didn't load at all: Tampermonkey had 47 plugins running on the Intel map. After adding the include and match https://.ingress.com/intel part of another script, and removing "@@MetaInfo@@" (because Tampermonkey stated that this was erroneous). I noticed that the script is running (Tampermonkey has now 48 scripts running). Yet: no Sync link in the tools pane. |
@McBen Ok, I see, thnx! I'll just wait for someone to post the complete source code... |
No need to build, as it is at official site: https://static.iitc.me/build/test/plugins/sync.user.js
Try this one: https://iitc.modos189.ru/build/test/plugins/sync.user.js |
Google is going to deprecate realtime API.
https://developers.google.com/realtime/deprecation
Since sync is using this API, any idea to fix this? Thank you.
The text was updated successfully, but these errors were encountered: