dropbox-api-spec icon indicating copy to clipboard operation
dropbox-api-spec copied to clipboard

Dropbox upload with mute: true does not work

Open johbra opened this issue 8 years ago • 3 comments

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

johbra avatar Jul 21 '17 12:07 johbra

Thanks for the report! This is a known issue, but we don't have a timeline for a fix right now.

greg-db avatar Jul 21 '17 13:07 greg-db

Hi @greg-db , is there any updated eta for this fix? I'm seeing the issue with the Javascript API

rogerdickey avatar Sep 11 '18 01:09 rogerdickey

@rogerdickey No, I'm afraid I don't have an update on this.

greg-db avatar Sep 11 '18 14:09 greg-db