jakajancar / DropboxUploader

MIT License
203 stars 114 forks source link

Great work. Would it be possible to list files in folder #46

Closed thesmartpoint closed 10 years ago

thesmartpoint commented 10 years ago

You made a great work, expecially because your code allow the login to Dropbox by simply using the email and password. I would like your help to extend the functionality to list files in folder on dropbox.

Can you help me?

hakre commented 10 years ago

Dropbox_Uploader does not support listing of files. You might want to learn about the other API - once you've got it running which is also quite straight-forward - which does support that and much more.

That API is: Dropbox Core API in PHP.