I have created a chrome extension to learn English that build a dictionary with source/translation, etc.
Now, I want to send this "file" (I will/would build a "file" with the dictionary entries) to Google Drive and use this file in my Android app.
But I want to save this file not on my personal Drive account, but in the Drive of the current user, the user who uses the chrome extension (if this user has a Drive account, of course).
In all the examples I found, they define the OAuth for "my" account ("my" = the chrome developer in the manifest.json
, so, static).
Is there a way to save in the drive of the user?