(JS + Drive API) Can I use a URI as a file location
I'm trying to create a simple upload feature to my web app using the Google Drive API. The current version of the app lets you download a project file (.json) to your local drive, but I want to edit this to add a feature that allows you to save it di...