2

I was trying to use the Dropbox API to download images from my computer to my Android phone.

I started by setting up the API: enter image description here

When I open www.dropbox.com/home the apps folder is not showing up. I installed dropbox in my computer and synchronized and I was expecting the API apps folder to show up, but I can't seem to find it.

Where can I find the API's apps folder? Is it possible to upload pictures to that folder from my computer?

1

1 Answer 1

2

When I've used the Android Dropbox API, the folder only appears when you use the Dropbox SDK within your app to connect your account.

3
  • Oh, so in order to have access to the folders I must set it to "Full Dropbox"? Commented May 15, 2017 at 11:18
  • 1
    No, the app folder option should be OK, but the folder will only be created once you've connected an app to your Dropbox account using the Android API. The full Dropbox option sounds like it might be a better fit as you can use pre-existing folders in your Dropbox account, if that makes sense. Commented May 15, 2017 at 11:59
  • Thanks! I will give it a try and I will let you know Commented May 15, 2017 at 13:23

Your Answer

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.