Jose-cd / React-google-drive-picker

58 stars 70 forks source link

REQUEST_REJECTED on file upload #36

Closed AbdulHadi404 closed 2 years ago

AbdulHadi404 commented 2 years ago

I'm trying to integrate google drive upload into my project to upload larger files i.e. videos using this package.

I've used the same code as from the description of the package

image

and I'm getting this error

image

AbdulHadi404 commented 2 years ago

Update: I just needed to add the custom scope 'https://www.googleapis.com/auth/drive.file'

Reference: https://developers.google.com/identity/protocols/oauth2/scopes