
I only need to add this Authorization header but it makes me crazy.įor Google Drive, we can pass the access token directly in the file download url so it works great. I have searched for a direct download link in Dropbox and Box API but it seems that nothing is available. įor some privacy reasons, I can't store temporary files on my webserver.įor some userfriendly reasons, I don't want to download the file with Ajax request. It works but on big files, my script failed due to memory limit (Curl is storing the file in memory while the user is downloading the file in his browser). Without having to share the file on DropBox / BoxĪctually, I have a PHP script on my server that make a Curl on the file url with the access token passed throught the Authorization header. Without being user authenticated in the browserģ. Download a file directly from Dropbox / Box serverĢ. Step 4: Move to the pop-up window, choose a folder in your Dropbox account and click ' Save '. Step 3: Click the ' Save to Dropbox ' button below. To add a password to a shared link on the Dropbox mobile app: Open the Dropbox mobile app.


Next to Who has access, choose People with password. Click the gear icon in the top-right corner. I already have an access token to use these API.ġ. Step 2: Copy and paste the URL to its interface. If a link hasn’t been created, click Create then copy link. I'm developing a web application using PHP, Dropbox API and Box API.
