We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
Kyri
7 years agoExplorer | Level 4
Check sync status of dropbox app, programmatically via c++ or api
I wonder if it is possible to tell when dropbox is syncing programmatically, ideally indirectly via c++ for example let's assume that when dropbox is syncing it writes a tinly .txt or .xml etc file...
Greg-DB
Dropbox Staff
No, unfortunately Dropbox doesn't offer a way to check the client status programmatically, but I'll pass this along as a feature request.
Здравко
5 years agoLegendary | Level 20
Hi Greg-DB,
Actually it's possible, but is platform dependent and available only for Dropbox on Linux. :wink: Take a look in the socket "~/.dropbox/command_socket".
Kyri, If your platform is Linux, you are happy, otherwise - have to hope something will change.
- Kyri5 years agoExplorer | Level 4
I am currently using Windows SRV for this project unfortunately
- Greg-DB5 years agoDropbox Staff
Thanks for sharing that additional information Здравко . Please note though that that socket itself is not officially documented and is not considered an officially supported API for third parties to use to interact with the Dropbox desktop client, so I can't recommend using it. (It's meant for the dropbox.py script we offer for managing the client on Linux via the CLI. One could technically program against the commands offered by that script, but it's not meant as a programmatic interface like the API is.)
- Здравко5 years agoLegendary | Level 20
:grinning::grin: May be that's a serious Dropbox drawback and have to be considered seriously. :wink:
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 5 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!