Skip to content
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

Open
livekn opened this issue Jul 10, 2018 · 10 comments

Comments

@livekn
Copy link

livekn commented Jul 10, 2018

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.

@c-schmitz
Copy link

Possible alternative would be Google Sheets API. It would also have the advantage of making the data readable/writable on Google Drive.

https://developers.google.com/sheets/api/guides/concepts

@PacoBell
Copy link

@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.

https://github.com/Astrian/IITC-Cloud-Sync-Tool

@SignFinder
Copy link

Sync plugin is dead. Authorized, but access forbidden.

@Astrian
Copy link

Astrian commented Dec 26, 2018

@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... 🤪).

modos189 added a commit to IITC-CE/ingress-intel-total-conversion that referenced this issue Jan 3, 2019
@vastator69
Copy link

I updated to the new version but then the link for the sync disappeared. Is there a new location for the link?

@djonez
Copy link

djonez commented Jan 16, 2019

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?

@Wimmox
Copy link

Wimmox commented Jan 16, 2019

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.
(And I'm not a developer, so actually I have no idea what I'm doing..! :)

@McBen
Copy link
Contributor

McBen commented Jan 16, 2019

@Wimmox you've to build the plugin. you can't use the source code directly.

The source code contains multiple markers like @@MetaInfo@@ which are replaced by the build script.
Download the whole repository (or git clone) and run ./build.py local

@Wimmox
Copy link

Wimmox commented Jan 16, 2019

@McBen Ok, I see, thnx! I'll just wait for someone to post the complete source code...

@johnd0e
Copy link

johnd0e commented Jan 16, 2019

Download the whole repository (or git clone) and run ./build.py local

No need to build, as it is at official site: https://static.iitc.me/build/test/plugins/sync.user.js
See dates inside, it's not old. But still nonfunctional.

I'll just wait for someone to post the complete source code...

Try this one: https://iitc.modos189.ru/build/test/plugins/sync.user.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants