cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

sync dropbox with api

sync dropbox with api

melikastone1385
New member | Level 2

hello

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

 

5 Replies 5

Здравко
Legendary | Level 20

@melikastone1385 wrote:

Which API can I use ...


Hm🤔... What about Dropbox API? 🧐 (HTTP calls in their nature).

melikastone1385
New member | Level 2

Which API can be used to sync automatically?

Здравко
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.

melikastone1385
New member | Level 2

If I could do this I would ask you a question.

you can send me a sample preferably with vb6

I have the Dropbox application installed on my computer, it does this well

 

 

Like this

SetApplicationAttribute(android:label, "@string/app_name") ' NEW in v3.0!!!
AddApplicationText(
<activity android:name="com.dropbox.sync.android.DbxAuthActivity" />
<activity
  android:name="com.dropbox.client2.android.AuthActivity"
  android:launchMode="singleTask" >
  <intent-filter>
    <data android:scheme="db-YOURAPPKEY" /> <!-- NEED TO UPDATE -->
    <action android:name="android.intent.action.VIEW" />
    <category android:name="android.intent.category.BROWSABLE" />
    <category android:name="android.intent.category.DEFAULT" />
  </intent-filter>
</activity>
<service
  android:name="com.dropbox.sync.android.DbxSyncService"
  android:enabled="true"
  android:exported="false"
  android:label="Dropbox Sync" />
  )

 

 

Greg-DB
Dropbox Staff

While Dropbox doesn't have any samples for Visual Basic in particular, you can find a number of resources for using the Dropbox API in the documentation. You may want to read through the Getting Started guide first.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    melikastone1385 New member | Level 2
  • User avatar
    Здравко Legendary | Level 20
What do Dropbox user levels mean?