I'm trying to access Google Drive files from my Android app and my website. I used one for two client IDs, one Android app (client ID for installed applications) and another for website (client ID for web applications). Those client IDs belong to the same Google apis project Both the Android and Web applications are working properly they can upload and list files (their scope: using the file per file opened or opened by the app)
There is a problem here, Files uploaded from the Android app are not visible from the web app ...
I think there are client IDs from the same Google APIs project in Android and web apps, so Google does not think that They an app Ikeshn the Service.
Is there a way to solve this problem? I'm surprised that there is a way to use the same Google apis client id for the web and Android apps, or both of the app's files are read and modified.
This is a known limitation of Android's Oath 2.0 flaw that is resolved with the release of soon Will go
To learn more about how this Google I / O 2012 session works:
In the meantime, you can use an optional solution, ? Key = & lt; API_KEY & gt; query parameter
Comments
Post a Comment