cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Share your feedback on the Document Scanning Experience in the Dropbox App right 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: 

Re: How can I integrate Dropbox with my App and website?

How can I integrate Dropbox with my App and website?

Jonlonson
Explorer | Level 4

How can I integrate Dropbox with my CodeIgniter app for uploading and displaying images from NBA picks app and website on the client side? Thanks.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff

Dropbox offers an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation and tutorials here.

 

We don't have resources for CodeIgniter in particular, but you can use a client of your choosing to access the Dropbox API endpoints. For instance, to upload files, you can use /2/files/upload, and to download files you can use /2/files/download.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff

Dropbox offers an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation and tutorials here.

 

We don't have resources for CodeIgniter in particular, but you can use a client of your choosing to access the Dropbox API endpoints. For instance, to upload files, you can use /2/files/upload, and to download files you can use /2/files/download.

Need more support?