jakajancar / DropboxUploader

MIT License
203 stars 114 forks source link

Getting dropbox metadata #28

Closed kdomingo closed 10 years ago

kdomingo commented 10 years ago

How do I get the dropbox metadata?

hakre commented 10 years ago

What do you mean by metadata? As this class is an uploade for files on the system to upload from, you normally aquire all files metadata from the filesystem on your server. This is explained in the PHP manual section about files.

If you're looking for metadata of files within your Dropbox account, you need to use the Dropbox PHP API.