-
Dropbox Chooser not working on server
Hello everybody, The dropbox Chooser is working fine on my local machine and in a test server that I have, but when moving the files to a new server, the dropbox container does not show in the screen. I added the domain in the chooser and saver domains section but still nothing appears. What should I do?
-
Uploading files from a file server to DropBox
I've been adding some code to upload a file from my server to a specific folder in Dropbox but nothing successful. I'm using Yii2 advanced framework. (Php, javascript and html code in it). These are the different options that I have used: * $app=new DropboxApp($consumerKey,$consumerSecret,$accessToken); $dropbox=new…
-
How can I add the root folder to the Chooser?
This is what I want to do: 1. Click on 2. Once opened, I want it to show the name of my app instead of the folder Apps (This is what is showing after I click the Chooser) But I want it to open directly from my app name folder: Can I add that option of the url in the Chooser options code? If possble, how?
-
How can I select multiple files to upload with Dropbox Saver?
I want to select multiple files from a folder instead of adding the url of the file in the code. Is it possible to select multiple?