Currently, I have a PHP app running on Heroku using a Postgresql database. I want my users to be able to upload an image to a folder on my dropbox, and store other information (in this case, product information such as price, title, weight, location of the image on dropbox) on my database. Right now, I’m using a file input
Tag: dropbox
Dropbox api limitations
Is it possible to use dropbox api to show directly to my webpage the content of a folder which is on my dropbox account and to allow dropbox users to add content to it (directly from my website too) …
“Box Embed” type preview for Dropbox in PHP/java-script based website
i have integrated Dropbox with php based application using their API. Files are uploaded and then shared URL is stored in PHP application. Show any file preview: I did some R&D and find out …
Upload website + database to dropbox with PHP
Does anyone know, if it’s possible to backup my website and database to a dropbox account with php or something? And if it’s possible, how can I do it the best way? 🙂 Best Regards Simon