Reputation: 2790
I'm using the Google Drive SDK for Android, with the Drive.SCOPE_FILE scope. I install the app on multiple devices.
The app saves files onto drive. I can add files from either device, and the files show up in the web interface for drive, exactly like you'd expect.
Each device can only access the files it created, and not the files created by the same app on another device. (And vice versa, for the files created on the second device, and not seen on the first.)
I know the File Scope only allows access to files created by the app (and files specifically chosen via the file chooser), but I had assumed that the app would be able to load files created by the app, even when installed on multiple devices.
Is this the expected behavior?
Upvotes: 1
Views: 278
Reputation: 46844
The same user/app pair should have access to the same files on any device. There may be some propagation delay after opening an existing file with the app.
Upvotes: 1