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
I apologize for this - I have been doing resumable file uploads from Ruby and moved the code to the browser but using Ruby to generate the signed url.
If I simply generate a signed url the javascript code will work - but not append the chunks to the file, it simple overwrites it. If I generate resumable upload url I get a CORS error immediately. Could you point me to an example in Javascript of generating one?
I am bit confused. When I coded it in Ruby I did an initial POST with the signedurl and then uploaded to the location returned. Im not quite seeing that in the javascript and have tried URLS from various steps in my Ruby process but none of them work. I am obviously missing something.
Thank you
The text was updated successfully, but these errors were encountered:
I apologize for this - I have been doing resumable file uploads from Ruby and moved the code to the browser but using Ruby to generate the signed url.
If I simply generate a signed url the javascript code will work - but not append the chunks to the file, it simple overwrites it. If I generate resumable upload url I get a CORS error immediately. Could you point me to an example in Javascript of generating one?
I am bit confused. When I coded it in Ruby I did an initial POST with the signedurl and then uploaded to the location returned. Im not quite seeing that in the javascript and have tried URLS from various steps in my Ruby process but none of them work. I am obviously missing something.
Thank you
The text was updated successfully, but these errors were encountered: