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.

Discuss Dropbox Developer & API

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

Looking for API Developer

Looking for API Developer

AlexRust
New member | Level 2

I have files uploaded to Dropbox in different folders (which act as Categories). What I like is to use API to list all files from specified folders and be available to filter per Category(ies) on webpage in responsive format, php is the must. Sorting also should be available on all columns. Each file should have ability to be downloaded right from this page. Additional features which might be nice to have but not very critical I will discuss later. Files mostly pdf, sometimes pics and/or word docs.

 

Any takers?

 

I will pay reasonable amount for project, of course.

2 Replies 2

astybiz
New member | Level 2

upload and download thru api?

Greg-DB
Dropbox Staff

@astybiz Are you offering to help Alex, or, are you looking for help with uploading and downloading on the Dropbox API?

The Dropbox API does offer the ability to upload and download files. To download files, you would use /2/files/download:

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

And to upload files, you can use /2/files/upload:

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

Those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible:

https://www.dropbox.com/developers/documentation

Those have corresponding native methods for the HTTPS endpoints. 

If you have a question about using the Dropbox API, please open a new thread with the details:

https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    astybiz New member | Level 2
What do Dropbox user levels mean?