PickerAPI - Is it possible to use picker API only with https://www.googleapis.com/auth/drive.file scope
46 views
Skip to first unread message
Gaya Sri Harshana
unread,
Aug 20, 2024, 1:09:49 AM8/20/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
I am trying to use Picker API with the add on I am developing. In order to list the files to be picked, It requires for me to use https://www.googleapis.com/auth/drive.readonly (drive.readonly) scope, which is a Restricted scope. Is there a way to use a non sensitive scope like https://www.googleapis.com/auth/drive.file (drive.file) to achieve this?