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

melikastone1385's avatar
melikastone1385
New member | Level 2
3 years ago

sync dropbox with api

hello

Which API can I use to sync a folder or all dropbox folders?

 

      • Здравко's avatar
        Здравко
        Legendary | Level 20

        Hah...😁 Everything and nothing.

        Dropbox API, used either directly or through some SDK, provides access to client account content. You, with your code, can list that content, read it, write there, etc. If you want to sync something (or any other particular operation - representable as a sequence of elementary API operations), creation of proper algorithm is your responsibility. You can NOT just call some function to do your work for you! 🙂

        Nice learning and good luck.