Skip to content
New issue

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

Dropbox upload with mute: true does not work #2

Open
johbra opened this issue Jul 21, 2017 · 3 comments
Open

Dropbox upload with mute: true does not work #2

johbra opened this issue Jul 21, 2017 · 3 comments

Comments

@johbra
Copy link

johbra commented Jul 21, 2017

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

@greg-db
Copy link

greg-db commented Jul 21, 2017

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

@rogerdickey
Copy link

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

@greg-db
Copy link

greg-db commented Sep 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants