Forum Discussion

Raheel S.'s avatar
Raheel S.
Explorer | Level 3
7 years ago

Dropbox API2 Swift Examples

Hello, Been a while since I've lookd/worked with the dropbox API. I was discouraged the last time I dedicate more than a year on perfecting an app for Datastore API.  (anyway)..

 

I've looked at the v2 API. I wanted to look at a worthy example that shows some capabilities of api2. 

 

Mostly: I'm concerned about efficiency of 

 

1. Downloading a chuck of newly created files.

2. Listening to a folderpath for file changes and calling the function (firstpoint) again.

 

I want to continously monitor a folderpath for changes and discover new changes (basically a sync API)

 

But i want to look at examples, all I see is a PhotoWatch. (😤)

 

Would appreciate someone pointing me to a github or atleast some pointers. At this time, there should be some many examples floating around. (I shouldn't have to write a simple sync logic)