You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: