iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
989 stars 552 forks source link

Sync will no longer work after Google deprecated Realtime API at December 11, 2018. #1271

Open livekn opened 6 years ago

livekn commented 6 years ago

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 commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

Sync plugin is dead. Authorized, but access forbidden.

Astrian commented 5 years ago

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

vastator69 commented 5 years ago

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

djonez commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

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

johnd0e commented 5 years ago

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