Hi,
I'm developing an Android app which has a feature to import Chrome bookmarks
from the system google account.
From Chromium's implementation of
syncing bookmark, I found it requires an API key for the sync request,
and using the default dummy token ("dummytoken") works perfectly on
Android devices.
https://cs.chromium.org/chromium/src/components/sync/engine_impl/syncer_proto_util.cc?sq=package:chromium&dr=C&rcl=1481516319&l=374
However, it looks that developers must set the API key to access Google API,
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/Qks4W0xLxqc/discussion
official page:
http://www.chromium.org/developers/how-tos/api-keys
My question is that, on Android, is
it a correct way to set a dummy token as API key to the sync server? If that’s
true, does the sync API has any request times restriction on dummy token and
can I distribute my app on Google play store with the dummy token?
Thanks!
Regards,
Changbin
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.