Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to disable dropbox notifications for app folder

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?

like image 607
lordvlad Avatar asked Mar 13 '13 15:03

lordvlad


People also ask

How do I stop Dropbox notifications?

Open your Dropbox desktop app preferences. Click the Notifications tab. Check or uncheck the boxes under Notify me about to choose which notifications you'll receive.

Does Dropbox notify when someone views a file?

With viewer info, you can see if someone is currently looking at a file. And, depending on the Dropbox plan you have, you may also be able to see when someone last viewed a file.

How do I disable Dropbox app?

Click the Dropbox icon in the taskbar. Click the account icon in the upper right – your picture or initials. Click Preferences. Uncheck the box Open the desktop app when starting Dropbox.

How do I hide Dropbox icon?

To disable the Dropbox badge at any time, first open your Dropbox desktop app preferences. In the General tab, next to Dropbox badge, click Never show.


1 Answers

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.

like image 103
user94559 Avatar answered Oct 22 '22 23:10

user94559