Explore Dropbox Developer & API discussions with developers like you.
All I want to do is hyperlink from a webpage to a shared drobox folder. Is this impossible? No matter how I format the link, I get "Dropbox refuses to connect". I created an app and added that domain, still refuses to connect. If I paste the link into a browser window, it works. This seems like such a simple thing. Does…
I'm trying to list all the file and folders in a Dropbox Teamspace and getting the following error The remote server returned an error: (422) Unprocessable Entity. "{"error":{".tag":"invalid_root","invalid_root":{".tag":"team","home_namespace_id":"retracted","home_path":"/retracted Dropbox Team…
Hello! Is there an way to revoke a get_temporary_link without wait it to expire? I tried to use revoke_shared_link, but seems that it works only for shared link e not for a temporary link. Error while trying to use revoke_shared_link: {"error_summary": "shared_link_malformed/.", "error": {".tag": "shared_link_malformed"}}…
Hi, I am using the API to upload files to Dropbox. The API response shows successful upload and I can see the file at the correct location. But when previewing it shows : '.xlsx files are supported but something went wrong'. The file seems to be corrupted when I try to download and open. The source file on my desktop NOT…
Hi, We use following apis to perform file upload/download, and passing filename in Dropbox-API-Arg header. If the filename contains non-printable char (ascii < 32), we encode them using unicode. (according to this encoding doc) However, this method is only valid for uploading files, downloading files will result in a…
Hi We are facing an error with Dropbox upload API for more than 10 MB files, if the upload is less than 10 mb its getting uploaded. we are using . PHP version : PHP 5.6.40 PHP SDK version: 1.1.6 all of a sudden this has stopped working for the last 1 week. give below error message: Fatal error: Uncaught exception…
Hi, I've been experienceing some issues with the following api call today and was wondering if any one could help POST: POST https://api.dropboxapi.com/2/team/features/get_values HTTP/1.1 Authorization: Bearer omitted User-Agent: OfficialDropboxDotNetSDKv2/6.37.0.0 Content-Type: application/json; charset=utf-8 Host:…
How do you get an app listed in the Dropbox App Center? I cannot see any information explaining how to submit an app to the Dropbox App Center or what the requirements or conditions are. Any feedback would be welcomed. Thanks Richard
$('#userGuideModal').on('show.bs.modal', function (e) { // Show the preloader $('#preloader').show(); var scriptLoaded = false; // Check if Dropbox script is already loaded if (!document.getElementById('dropboxjs')) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src =…
Hi! Every time users authenticate to my website via the OAuth Dropbox, they receive two confirmation pages: "Before connecting this app..." and "The web app would like to:" Is this how it should be or am I doing something wrong? Is it possible to make these warnings appear only the first time during registration? I used…
It looks like you're new here. Sign in or register to get started.