We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I use the curl example from the dropbox api spec replacing "mute": false by "mute": true
curl -X POST https://content.dropboxapi.com/2/files/upload --header "Authorization: Bearer " --header "Dropbox-API-Arg: {"path": "/Homework/math/Matrices.txt","mode": "add","autorename": true,"mute": true}" --header "Content-Type: application/octet-stream" --data-binary @local_file.txt
the file is uploaded correctly but , I still receive a file update notice.
Johannes
The text was updated successfully, but these errors were encountered:
Thanks for the report! This is a known issue, but we don't have a timeline for a fix right now.
Sorry, something went wrong.
Hi @greg-db , is there any updated eta for this fix? I'm seeing the issue with the Javascript API
@rogerdickey No, I'm afraid I don't have an update on this.
No branches or pull requests
If I use the curl example from the dropbox api spec replacing "mute": false by "mute": true
curl -X POST https://content.dropboxapi.com/2/files/upload
--header "Authorization: Bearer "
--header "Dropbox-API-Arg: {"path": "/Homework/math/Matrices.txt","mode": "add","autorename": true,"mute": true}"
--header "Content-Type: application/octet-stream"
--data-binary @local_file.txt
the file is uploaded correctly but , I still receive a file update notice.
Johannes
The text was updated successfully, but these errors were encountered: