I need to get a file listing from a non public folder on dropbox. After this, I need to get an URL for each file to let me access it through http. Is this possible with dropbox api?
Thanks in advance.
I need to get a file listing from a non public folder on dropbox. After this, I need to get an URL for each file to let me access it through http. Is this possible with dropbox api?
Thanks in advance.
Check out DropboxAPI.Entry metadata() and DropboxAPI.DropboxLink share() here