Reputation: 4597
We have built an AI bot which integrates with various systems - Google drive being one of them. We need to read the contents of drive files and vectorize it.
All the tutorials suggest we do 2 steps:
drive.file
scope.However, the second step requires a restricted scope drive.readonly
which we don't want to use.
Is there a way to get access to a file contents without using the Google picker?
In our case, the user is ready to share the url of the file with us. So we actually don't need picker. Can we access the contents of the file with the drive.file
scope?
Upvotes: 0
Views: 73