cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fetch data

Fetch data

mitizdev
New member | Level 2

I want to list out all the data  from my dropbox account using acess_token in PHP SDK.

how ?

1 Reply 1

Greg-DB
Dropbox Staff
To list the contents of an account using the Dropbox API, you should use /2/files/list_folder and /2/files/list_folder/continue:

https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue

We don't have an official SDK for PHP, so you can either make the HTTPS calls directly from your PHP code, or use a third party library:

https://www.dropbox.com/developers/documentation/communitysdks
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?