dropbox / dropbox/dropbox-api-spec

Dropbox upload with mute: true does not work

Open
#2 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
45
Forks
36
Avg merge
2m
Merged PRs (30d)
10

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.