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 have completed the operation according to the document, and when I opened the uploader page, I encountered these errors. The page indicates that the file upload has been completed, but in reality, it cannot be seen in the r2 bucket. Could you please clarify this? Thank you
The text was updated successfully, but these errors were encountered:
is your cf-worker working properly? (try uploading a small file using postman or whatever api testing tools you like)
url: <worker_url>/<file_name>
headers
x-api-key: your_api_key
body: <file>
how big is the file you were uploading?
if the file were bigger than 95Mb, check the api GET <worker_url>/support_mpu, this api should return yes, if not, try re-deploy the worker with this repo: r2-uploader-example-worker
The text was updated successfully, but these errors were encountered: