Reputation: 2793
I'm building an application and I wanted to store a user's secret in their own Google Drive in their own AppData folder. This is the link to the docs: https://developers.google.com/drive/api/v3/appdata
The docs say this:
Use this folder to store any files that the user shouldn't directly interact with
I'm trying to seek clarification on the use of the word "directly"
Assuming that the user doesn't have access to my application's client secret is the user able to modify the files that my application stores in the appdata folder in their Google Drive using the Google Drive API on their own?
Upvotes: 0
Views: 168
Reputation: 26836
Use this folder to store any files that the user shouldn't directly interact with
means that:Upvotes: 2