1

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.

1 Answer 1

3

Check out DropboxAPI.Entry metadata() and DropboxAPI.DropboxLink share() here

Sign up to request clarification or add additional context in comments.

4 Comments

Is it possible to access Dropbox folder without having to authorize application? I mean, I need a service to show a set of pictures to my users and don't want them to be annoyed with the auth form. Is it possible? Thanks in advance.
from your own Dropbox? You could get urls by using the share link functionality and then hard code the links in. Dropbox does throttle those links occasionally though.
What I was lookinf or is a way to list the files and access them. I don't want to hardcode. What a pity. Thanks anyway.
@Dan the link is broken. help!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.