You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Igal Tabachnik
10 years agoNew member | Level 1
Control selective sync programmatically
Hello,
I'm looking for a way to control selective sync programmatically? There's a certain folder I want to sync, for example, in certain hours of the day. With a cron job, I could instruct select...
Leah C.1
10 years agoNew member | Level 1
I think you might be able to do this via the Dropbox Core API.
The trick would be to not sync the folder via the desktop client (by unselecting it using selective sync). Then, with your cron job, maybe check if any files need to be updated and use the /files_put method to update any changed files.
Does that sound like what you're looking for?
- stege7 years agoNew member | Level 2
Leah C.1 wrote:I think you might be able to do this via the Dropbox Core API.
The trick would be to not sync the folder via the desktop client (by unselecting it using selective sync). Then, with your cron job, maybe check if any files need to be updated and use the /files_put method to update any changed files.
Does that sound like what you're looking for?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,915 PostsLatest Activity: 6 years 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!