-
File and Folder Metadata server creation and server modified times
It would be incredibly convenient to be able to tell when files and folders have been added to our account. Ideally, we would have both a server_modified and server_created for both FileMetadata and FolderMetadata. For a little context, we have directories that we use for deliveries. The deliveries are each in directory…
-
409 error with list_shared_links and business account
Hi - We are getting the following error: {"error_summary": "path/not_found/", "error": {".tag": "path", "path": {".tag": "not_found"}}} When calling the: https://api.dropboxapi.com/2/sharing/list_shared_links Endpoint from a business account. It's not erroring with a normal/free user. Is there something I am missing here?…
-
how to get height and width of an image from the api
I want to display an image stored on dropbox on my webpage. I am using the Javascript SDK. I get a shared link via sharingCreateSharedLinkWithSettings and the image displays, but I want to specify the height and width in my img tag, and am missing that information. I tried filesGetMetadata but it does not return what I…
-
Python SDK remove inherited members from child folder
Hi, I'm trying to remove inherited members from a folder with structure "Team Folder/Shared Folder/Inherited Folder" but they do not have shared_folder_id of their own to target. I can do this from the UI by clicking the share button and remove "Members of Shared Folder". Is there a method to do this by path or folder ID…
-
Dropbox Extension and Access token
Hi all, I have question as developer, it is possible to get access token immediately when user click on button 'Open with', as I understand, my app should authenticate the user, but in some extensions the file opens immediately and I don't pass oauth authentication, but to open the file need an access token, please tell me…
-
Regarding Your app is not authorized to use this endpoint.
Hello, I am working on Dropbox API using below link HTTP API https://www.dropbox.com/developers/documentation/http/documentation We have created App and I would like to test File get, file list count and file put operation in Dropbox Account of User Once User give his/her authorization using O Auth-2, We are redirecting…
-
A blank Redirect URI in a mobile app is hanging the app
I am using Dropbox.Api NuGet package in a Xamarin Forms app. Though Xamarin is not supported officially, even after 5+ years of its existance, I could, and many like me, implement it successfully for Android and iOS apps using Xamarin. Your documentation and also as mentioned in several post in this forum I find that…
-
Use Dropbox API search results to generate dropbox.com file preview urls
We are creating application to help users find their files/folder in dropbox. For searching we used dropbox API route: https://api.dropboxapi.com/2/files/search_v2 The goal is: based on results generate proper dropbox.com urls to let user visit dropbox site with opened file. The issue is: results do not have namespaces in…
-
Dropbox chooser: "Could not communicate with site" in Microsoft edge
We are using the dropbox chooser on our demo website, it is working fine in most browsers expect Microsoft Edge (version 42.17134.1098.0 for example). The only thing that we noticed is a difference in the order of the URL parameters (not sure if this is the problem source): URL with error:…
-
Accessing Dropbox subfolders on IFTTT
Is there any way for IFTTT to monitor nested folders (i.e. subfolders) in Dropbox as oppose to top level folders? The google drive IFTTT integration appears to offer this capability, but I can't see you can do this with dropbox.. https://www.dropboxforum.com/t5/image/serverpage/image-id/17074i9D5DE9B02BECE904/…
-
Random Error 500 when using batchUpload from ObjectiveDropboxOfficial
Hello, I use the ObjectiveDropboxOfficial Framework and often get an error 500 when calling batchUploadFiles. It seems to be completely random for which file the batchUpload fails. I call batchUploadFiles for only one file at a time, because it has the convenience to chunk large files, etc. If it is important: the files to…
-
How to Show image of dropbox in asp.net C#
Hi ... I m working with the Dropbox api using C# . i want to display dropbox folder image to asp.net C# web page.How i can do it plz help me guys
-
50x errors, /2/files/upload_session/append_v2
Hello! We have new errors when uploading files: [2020-07-15T12:05:24+03:00] ERROR '***' upload have been ended with error, error1: 'Request url 'https://content.dropboxapi.com/2/files/upload_session/append_v2' method 'POST' failed, X-Dropbox-Request-Id '17e0bb8995a7480cb3eedfaf5009cfab' response code '502', error:…
-
How to get only todo items through API?
Hi, I checked API doc (https://dropbox.github.io/dropbox-api-v2-explorer/) and can't see how to get todo items from my documents. I can download each doc (HTML / Markdown) and parse content to find todo list. But on the webstie (top right corner) i have checkbox icon that show me my tasks. How can i get only tasks from all…
-
Unknown error on upload
Dear support, I would like to upload files to my Dropbox Application via Qt in c++ but it returns "unknown error" despite the "curl -X POST" equivalent is working like a charm in CLI mode. Do you what is wrong? Here the code in QT Creator I wrote: dropbox.h #ifndef DROPBOX_H #define DROPBOX_H #include <QObject> #include…
-
Re: ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)
i was looking into why dl.securecusercontent.com urls give SSL error. It seems the domain doesnt have a proper SSL certificate. This is an article i found and the link below is from that article. These are links generated on OSX from the right click or context menu…
-
[ULR] ALWAYS returns internal error, code 409
Please help. This used to work (last used about 6 months ago) but now I get "Internal Error" Code 409 when trying to check the status of a batch copy. https://api.dropboxapi.com/2/files/copy_batch_v2 returns: { ".tag": "async_job_id", "async_job_id":…
-
Get video duration from Dropbox Chooser
Hi all, I'm trying to figure out how I can retrieve video duration from Chooser's API after video was selected? In case if this is not possible maybe I can get access token from Dropbox Chooser and then pass it to dropbox-js-sdk and call method FilesGetMetadata ? Any ideas how to do this?
-
Authentication for File getContent - https://content.dropboxapi.com/2/cloud_docs/get_content
Hi, While cosumning the api to get the file content ( https://content.dropboxapi.com/2/cloud_docs/get_content). I am facing an error mentioned below: Error in call to API function "cloud_docs/get_content": Invalid authorization value in HTTP header "Authorization": "Bearer <myApp access token>". Expecting "Bearer…
-
Team Spaces support for Dropbox Business development account
Hi, I have requested and received a free Dropbox Business Development Account. However it seems it doesn't have support for Team Spaces. Is that right? A call to get_current_account [1] while logged in as the team admin returns (excerpt): ... "account_type": { ".tag": "business" }, "root_info": { ".tag": "user",…
-
How to handle temporary files that are created by uploading files?
Sort of new to web dev in general so forgive me if I don't know what to do. The issue is that in my local project repository. Temporary files are being created. I'm not sure if this is an issue to be concerned with? I worry what will happen after deployment and whether this will cause issues down the line. Are we suppose…
-
Login Dropbox account in chromium browser returns the Blank URL while generating the Access token
I have developed the WPF project with OAuth for Dropbox. I have faced some difficulties in the Access token generation process recently (It worked fine, a couple of days earlier). I have used the Chromium browser for this process. While login with Dropbox account in chromium browser returns the Blank URL instead of the…
-
PHP Codeigniter - Upload file to Dropbox via HTTPS always empty
I'm trying to upload file using Kunnu Dropbox API. It works really well in localhost. But, when I try to upload from live server, it always upload empty file. What am i missing ? Here is the code to upload : $pathToLocalFile = base_url() . "\\public\\dropbox_file\\" . $data['upload_data']['file_name'];$dropBox =…
-
Dropbox webhook
Hi Team, We integrated the dropbox API in our application and able to download the file using the dropbox maven SDK once the jot form uploaded the file. Is there any mechanism to add a webhook to dropbox folders so that the dropbox will fire an API call to our application by providing some details of the file that is…
-
sharedFolderId
DbxUserSharingRequests.getSharedLinkMetadata("https://www.dropbox.com/sh/b6v0dz1kkkap3s7/AAAAizqELKLxCZx7cXtBvw3La?dl=0"); return { ".tag" : "folder", "url" : "https://www.dropbox.com/sh/b6v0dz1kkkap3s7/AAAAizqELKLxCZx7cXtBvw3La?dl=0", "name" : "Slide Shows", "link_permissions" : { "can_revoke" : true,…
-
python upload file OverflowError
I need to upload all the files in a directory through the API, the largest file is about 20 gb, but I keep getting an OverflowError with files larger than 2GB. I'm using the example of this thread (https://www.dropboxforum.com/t5/API-Support-Feedback/python-upload-big-file-example/m-p/166626). But I can't make it work.…
-
Sharing folders with write permission using the API (My dropbox App)
Hi, I'm using a business account, I want the ability to create a folder and share it with maximum access to all members of the team And doing so with the API. 2 methods I tried: 1) I tried first to share folder with others (read-only) with the API , but afterwards i can't change the permission. 2) I created a shared folder…
-
How to find out if email address is team member?
I want to know if it is possible to check through the (basic) API whether a given email address is a team member or not. My case is the following: I want to let people share files through our own app. When the active user has Dropbox Teams and sharing files externally is turned off, I would like to detect whether a 'Share'…
-
Moving of Files not Working
I am moving a file using the endpoint https://api.dropboxapi.com/2/move_v2 which gives me a successful response however the file is not shown in the folder when i go to it.
-
Shortcuts created using API do not work
https://help.dropbox.com/files-folders/share/shortcuts I tried to create file with `.web` and same content as shortcust json with "url" field - but those files cannot be open either on the web, desktop or mobile clients. Why is that? Is there some trick to make it work?