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.
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.
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