14

I'm playing around with dropbox.js and have created a web-app to take notes and save them to my dropbox account.

Is there a possibility to turn off notifications for only this one App folder without turning off all notifications?

Markus
  • 3,225
  • 6
  • 35
  • 47
lordvlad
  • 5,200
  • 1
  • 24
  • 44
  • 1
    It's not possible to switch off notifications for just one folder (or more). The only way to do it is to stop syncing this folder (Preferences > Advanced > Selective sync) which is not your goal. – Alex Aug 05 '15 at 14:59

1 Answers1

2

These days, with API v2, you can mute notifications on individual upload operations via the mute parameter on /files/upload.

See https://www.dropbox.com/developers/documentation/http/documentation#files-upload for the detailed API documentation.

user94559
  • 59,196
  • 6
  • 103
  • 103