Open livekn opened 6 years ago
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... 🤪).
I updated to the new version but then the link for the sync disappeared. Is there a new location for the link?
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. (And I'm not a developer, so actually I have no idea what I'm doing..! :)
@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
@McBen Ok, I see, thnx! I'll just wait for someone to post the complete source code...
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
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.