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?
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?
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.