-
I am getting error in uploading files in dropbox
Hi , From my c# code I am uploading files in dropbox using dropbox.api.dll but getting error "Error: Exception has been thrown by the target of an education." Anyone can help on this how to resolve this error. Thankss, Gyanendra
-
Can't build for iOS Simulator when SDK installed with Carthage
Apple broke my Dropbox SDK installation in their latest XCODE 12.0.1. I was using the Cocoa Pods method ever since Dropbox V2 came out. So I decided to redo my project using Carthage. It works fine when building for an iOS device, but fails when building for the simulator. I don't know how Cocoa Pods handled it. All I know…
-
Download a file inside a Shared Team Folder using the Python SDK
I'm trying to download files inside a shared Dropbox Team Folder. I have a list of shared folders in my account and I have the preview URLs saved for all the folders. Using the preview URLs, I am able to recursively get a list of all files within the directory as follows: link = dropbox.files.SharedLink(url=shared) entries…
-
Create a Folder in a Team's Shared WorkSpace
Hi, please can you help. I am using the following post to try to create a folder inside the "Scanned Docs" Folder shown below URL = https://api.dropboxapi.com/2/files/create_folder_v2 Contents of my Post = --header "Authorization: Bearer <<dropbox_token>>" \ --header "Dropbox-API-Select-Admin: <<TEAM_MEMBER_ID>>" \…
-
SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway
Hi, Our developer call API to upload file to Dropbox "https://content.dropboxapi.com/2/files/upload" using C, but it has this error: I can you Postman or Java SDK code upload successful with the same paramter and access_token, but when our developer call curl in embedded device, it through this error. Anybody know why it…
-
Create a folder with special characters will get empty response
I tried the following operation and got empty response. I can't distinguish between "Invalid name" or "Server temporary error" Is it possible to return detailed message which can indicate invlid file name ? curl -v -X POST https://api.dropboxapi.com/2/files/create_folder_v2 --header "Authorization: Bearer accesstoken"…
-
Error When creating new folder in teams
While creating new folder in teams i am getting error, { "error_summary": "invalid_account_type/endpoint/...", "error": { ".tag": "invalid_account_type", "invalid_account_type": { ".tag": "endpoint" } }, "user_message": { "locale": "en", "text": "You can’t create a team folder for this team" } } Not able to resolve this…
-
cannot copy files with filesCopyBatchV2
I am trying to copy some files from my `Camera Uploads` folder to another folder `Videos` first I do const { async_job_id } = await dropbox.filesCopyBatchV2({ entries, autorename: false, }); This seems to work because I get back a long string for async_job_id Then I do the following: while (true) { try { let response =…
-
Dropbox API Help
Hi guys, just some issues i'm having integrating dropbox into my iOS app. Basically i have it working kind of. I can upload a voice recording into text, into my dropbox folder via the API. The only issue i'm havng is that it uploads multiple files witht the same converted speech to text anyhwere from 3 - 20+ exact copies…
-
Upload file with special characters will get INVALID_PATH error with non-json format
When trying to upload a file with special character to dropbox, dropbox server will response http code 400 and the error message is non-json format with error response "Error in call to API function "files/upload": Invalid path: INVALID_PATH". This kind of error message is not well defined in API documents. Does it is…
-
Does search query string match start of file extension?
In https://www.dropboxforum.com/t5/Dropbox-API-Support-Feedback/Wildcard-search/m-p/432784 I found that we can't do a global wildcard search to find files with multiple extensions. But I think there's a workaround for some cases as it seems that Dropbox matches the query string against the start of the file extension. If I…
-
Can not connect to tcp server content_IP "162.125.5.8"
I use ESP8266 module with Arduino Dropbox Manager library. Previously, everything worked well. Yesterday I found that the client cannot establish a connection to the server. Communication with main_API "162.125.5.7" is successful. But communication with content_API "162.125.5.8" is unsuccessful. When trying from a PC ping…
-
Java API search not including PropertyGroups
Hello, I'm trying to use the Java API to search for files and to leverage PropertyFields as custom "tagged info" on each file. I've noticed that the search results don't include any PropertyGroups (well an empty collection is returned, which is different to not being included at all and quite confusing). Currently the only…
-
Re: Can't close the page after authentication
Hi, I have the same problem as described: The Dropbox window doesn’t close when I click Allow. I did use the "Handle redirect back into SDK" step implemented in my AppDelegate.swift and I also implement the handler in SceneDelegate.swift. In SceneDelegate.swift I got the error „missing argument for parameter 'completion'…
-
Syncing a folder directly on to Dropbox.com without using the Dropbox App on the PC
I have already a Selective Sync set on my PC to Dropbox for certain folders. However, I want to keep operating a separate external drive directly to dropbox.com without the use of the Dropbox App because I want to avoid all those files to end up on my PC file explorer (limiting my memory capacity) as is the case when using…
-
issue for api implementation
i am implementation dropbox api in my php code to download dropbox file but hi get the path not found error so please help me how to build my api with using dropbox api
-
Sync files with many users without using a single shared folder
The organization I work for uses Dropbox APIs to sync manuals and firmware files located in a server, to the Dropbox account of its users. It would be ideal if we could sync the whole folder with all users. But it is not possible :slight_frown: as we do not want users to see each other names (for privacy reasons and…
-
API Copy/Sync two folders in dropbox account
I have a simple requirement that I'm really struggling to get working. We need to sync up several (100+) directories with their subdirectories (all under the same account). For eg: Source\Dir1\A1\file1.pdf Source\Dir1\A2\file2.pdf And copy to Dest\Dir1\A1\file1.pdf etc... This works easily via the API if the dest directory…
-
api.dropboxapi.com/2/team_log/get_events returns an empty list
calling api.dropboxapi.com/2/team_log/get_events returns an empty list with "has_more": true { "events": [],…
-
Send Dropbox file On Whatsapp
Hello All I have my own web application which is develop by using Laravel Framework. I had created my content management library where I had store all the Dropbox file link in it. Whenever i want to send a file from my content library to whatsapp it is sending only link but i want to send a actual file. Is there any api is…
-
Dropbox Authentication only with code
I need to create a React app that gives the possibility of uploading files on Dropbox, and I'm having some doubts about how to make the Dropbox Authentication with Javascript code. I don't want the user to be redirected to the "Authorization page" where he has to click on some button, but I want to get the permission to my…
-
Sign in does not work on Android OS 5.1 without Google API support
We develop an Android application with Dropbox integration on a dedicated Android device, which is running on a 5.1 Stock Android OS without Google API support. We already implemented a solution to support the Dropbox authentication (and the file upload) via Android Webview, but we realized that the sign in process isn't…
-
Listing folder and specify a depth level of recursivity
Is it possible to specify a depth level of recursivity when reading a folder as below ? ListFolderResult folderResult = client.files().listFolderBuilder(target) .withRecursive(true) .start(); I don't see anything obvious in the doc:…
-
list_shared_links
The following cURL command works: curl -X POST https://content.dropboxapi.com/2/files/download \ --header "Authorization: Bearer myAccessToken" \ --header "Dropbox-API-Arg: {\"path\": \"/Public/086d3dd999a7abab.mp3\"}" \ -o "./086d3dd999a7abab.mp3" The following cURL command does NOT work: curl -X POST…
-
Error sending file via API
Hi, I am using the Iperus tool to send data to Dropbox. The data is 650gb in size. After a long time sending the data, I get the error below: (SendFile # 1: Dropbox server reports the following error: 409 "Conflict" Error code: not_found Summary: not_found / ... Details:) Could you help me on this issue?
-
Dropbox Embed Excel Sheet support
We are using the new Dropbox embedder to show files on our website. It is working overall, with the exception of excel sheet tabs. The excel sheet loads correctly, but on mobile devices the user cannot switch excel worksheets/tabs. There is an overlay menu that has buttons to switch to full screen or to print. I believe…
-
Embedding folders in WordPress.org sites
I have a client that I am building a website for. He's a lawyer and has a folder for each of his clients. He would like to have a place on his site for them to access their folder contents, (as in upload - view - download). The folders are obviously not public. I can see where being able to iframe dropbox.com would work,…
-
Add upload button to a webpage
Hi, I was wondering if it's possible to add an Upload field/button to my website that would save the uploaded files in Dropbox. If there's such a possibility, where would I copy the code of a field/button?
-
Dropbox V2 error 429 when creating empty folders using create_folder_v2 API
I am using dropbox business account for creating folders in dropbox using create_folder_v2 API. But sometimes it does not create the folder and gives the below error. This issue is intermittent. response code when uploading a folder to dropbox[429] and response headers [{Connection=[keep-alive],…
-
Dropbox Javascript SDK - Upload sessions returns an error
Hi All Hope you can help me here, long running project. So Im using the Dropbox SDK from github in a wordpress plugin. A simple form which uploads files directly to a dropbox folder. Im using the same exmaple as the JS example on the repo but I keep getting the following error when uploading chunks of large files. Always…