We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
Jonlonson
2 years agoExplorer | Level 4
How can I integrate Dropbox with my App and website?
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.
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.
1 Reply
- Greg-DB2 years ago
Dropbox Community Moderator
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.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 9 months ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!