I need to create a web app that will allow me to upload a file to a public to edit Google Drive folder without requiring the user to login to an account. Is there a way in the Google API to authorize manually my own account or just bypass authorizing in general? I'd prefer to do this simply in JavaScript, but PHP is also acceptable.
I need to create a web app that will allow me to upload a file to a public to edit Google Drive folder without requiring the user to login to an account. Is there a way in the Google API to authorize manually my own account or just bypass authorizing in general? I'd prefer to do this simply in JavaScript, but PHP is also acceptable.
In my attempts, I have been able to get the file to upload to my public Google Drive folder regardless of what account they use, but only if they are signed into their Google account on my app.