My file (.csv) is 2.58MB and I continue to receive the 400 error. Isn't the file limit 100MB? The total lines in this file is 17,155. If I reduce my file size below 2.5MB then the file uploads successfully.
If the file is uploaded via the git package on my linux terminal the commit is also successful. It seems the issue is only with the browser upload of the file.
What could be causing this failure if I have not reached the file size limit?
Welcome to the community!
I tried uploading similar files and sizes as yours using the uploader in the UI and so far haven't had any issue so can you try to reproduce this in a different web browser just to verify that it's not b browser-specific issue?
Additionally, can you also try uploading it via the cURL:
curl -v -u username:AppPassword -X POST https://api.bitbucket.org/2.0/repositories/workspaceID/repoName/src -F filename.ext=@filename.csv
If it's failing, please share with me the verbose logs and remove any unnecessary information.
I look forward to hearing from you.
Cheers,
Syahrul
The issue is only on the website. Where do I find the verbose logs when using the website?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Noted, the logs are for the curl commands if it's failing. If it's for the web you can get the har log while reproducing the issue.
Additionally, have you tried to upload the same files on a different web browser and incognito windows? This is to verify that it's not a b browser-specific issue that's causing the file to fail to upload.
I look forward to hearing from you.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.