Posts & RepliesDropbox download api is not working Dropbox download is not working, we are getting this error message 'service unavailable' with error code 503.. what is the alternative of this API. Api endpoint: https://content.dropboxapi.co...Re: Dropbox download api is not working hello, Greg-DB any solution for downloading "received" files? and when that would be implemented? Re: Dropbox download api is not working Thanks! Our project is delayed bcoz of api issues. We wants to download shared files, please tell us the api which is useful for this task, if not any kind of api exists then please fix these issue...Re: Dropbox download api is not working Thanks! (a) get shared file listing by using api sharing/list_received_files get file id from response instead of path_lower Dropbox api url: https://dropbox.github.io/dropbox-api-v2-explorer/...Re: Dropbox download api is not working Thanks! yes, its working. But we are unable to download shared files by calling https://dropbox.github.io/dropbox-api-v2-explorer/#files_download api. getting error { "error_summary": "pat...Re: Dropbox download api is not working Thanks for reply! 1. we are using php 5.6 and using dropbox apis with guzzle (php package) 2. the steps to reproduce issues, guzzle requests are given below: (a) get file listing by using api f...