Reputation: 653
After my iPhone app user Signs In using the standard Google Drive sign in GTMOAuth2ViewController, I want my app to be able to view and edit the Google Drive files. But I don't want users to be able to edit, replace, or remove those same files using a browser. Is it possible to set up permissions to make this work?
Upvotes: 0
Views: 396
Reputation: 46844
Check out the application data folder: https://developers.google.com/drive/appdata?hl=en This might do what you want.
Upvotes: 1