File shared using Google Drive API access is restricted

-2

I am using the Google drive API so that users can share their files but when they upload it and the file they try to open, access is restricted and access must be requested. How to upload the public URL to open the read-only file.

    
asked by Juan Giraldez 31.05.2018 в 21:23
source

1 answer

0

Most likely, the files are being uploaded if you had uploaded them yourself. To upload with as if they had been uploaded by each user of your application you must use OAuth.

Review Concepts > Authorization (I do not think it's available in Spanish.

Related

answered by 02.06.2018 в 16:14