ResumableUploadForGoogleDrive_js
ResumableUploadForGoogleDrive_js copied to clipboard
Hide Token
Is it possible to use a Nodejs server to generate the Upload URI and then perform the chunk upload on the client side? The aim is to hide the token from the client.
I tried to modify the code to generate the upload URI on the server instead of passing the access token. However the chunks would not upload and return the CORS error.

This is something I'm curious about as well. Is there a way to do this?