-
Rename file when upload
Hi, I'm using Dropbox Javascript API. I use the dropbox-sdk-js to upload files. However, I want to rename it before uploading it. Thank you.
-
Does Integration App based on region ??
Hi Team, We have integration with Dropbox. So we Authorize customer via our App. Question - does we need app in EU region to get GDPR complaince ? Integration is like XXX Compnay ----> APP ---> Customer Account in dropbox Thanks, Nitu
-
Adding youtube using API (HTTP)
hello, everyone! I'm trying to add youtube via Dropbox API v2(HTTP). For example, I have the following code that I upload to Paper. <h1>Test</h1> <img src="https://example.com/image.png"> <!-- I want to add Youtube as input media --> <a href="https://www.youtube.com/watch?v="></a> <!-- or --> <iframe width="560"…
-
list_folder {".tag": "not_found"}
Hello. I'm following this example: https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder curl -X POST https://api.dropboxapi.com/2/files/list_folder \ --header "Authorization: Bearer " \ --header "Content-Type: application/json" \ --data "{\"path\": \"/Aplicativos/APEOESP\",\"recursive\":…
-
How to get email from dropbox api v2 using swift
Hi, I am trying to figure out how to grab the email from a users account. I am currently able to log into dropbox properly, but cant seem to find information on this. I am also using flutter. dropBoxChannel.setMethodCallHandler({ [weak self] (call: FlutterMethodCall, result: FlutterResult) -> Void in guard call.method…
-
Dropbox API Add folder member not working
Hi, I am using the AddFolderMemberAsync (.NET SDK) to give access to a shared folder which is created with no access by default(it does not inherit members from parent folder, which is a team folder). Yesterday I noticed that sharing the folder did not work. I ran some tests with Postman as well - I am getting a null…
-
API can't see new files in APP folder
Hi, I'm having an issue using java/groovy API 3.0.8 and 3.1.1 (latest). I have a local APP, with a few 'old' folders created before 06/27/2019 and 'new' files and folders added after that day. I was able to see files in APP's root folder before that day, using code like this: com.dropbox.core.v2.DbxClientV2 client = ...…
-
How to get File/Folder LinkMetadata for all links to dbx for business content
Dbx User endpoints provide sharing/list_shared_links and sharing/get_shared_link_metadata, both operate in the context of a user. Is there a way to list all links for a dbx team, and get associated metadata? Note: I tried Dropbox-API-Select-Admin header, returned a clear error telling me that was not supported.
-
How to get the remaining space in C#
Is there a way to check the remaining space in c#?
-
Is the server modified date updated with permission changes?
Pretty much just the title. When I get the file metadata (with files/get_metadata or files/list_folder), I get a server_modified, which seems to be just a more sensitive variant of the client_modified timestamp (so client_modified only changes when the content of the file changed while server_modified changes with moves,…
-
I am getting error when i am trying to upload file from salesforce.
I am integrating salesforce with Dropbox. But when i am trying to hit the api it showing error. Error - HTTP header "Dropbox-API-Arg": could not decode input as JSON Code - string token = 'https://content.dropboxapi.com/2/files/upload'; HttpRequest r = new HttpRequest(); r.setEndpoint(token);…
-
Authorization and unattended batch process
Is it possible to return an access token without human intervention during the authorization process? I am writing a batch process to be run on a server that connects to a dropbox app with AppKey:AppSecret and checks for newly created files and copy them to a server and record the file details. However, it seems that the…
-
Dropbox API Connector - Overwrite
Does anyone know how to make an API connection not overwrite files? I am currently running a feed where data is syncing into Dropbox. Everytime the feed reruns, the previous data gets overwritte with new data. However, I need one file collecting all data. Please share any insights or solutions.
-
List ALL file/folder metadata
Is there a way to list "all" file/folder metadata, not restricted to impersonated member access. Even team admins may not have visibility to all files/folders using User Endpoint files/list_folders endpoint. It looks like the web UI's /team/team_content/get_metadata and related endpoints would suit the need well but access…
-
Download zip folder directly to client side
Hi, We can download a file directly from a TemporaryLink and like that there is no need to download the file first to the server. Is there a way to give a zip file to a client without the need to have it first on my server? Tanks in advance!
-
PHP Login with Dropbox issues.
Hello, im following the guide on how to use the APIs so my app can use Login with Dropbox. But im having issues getting a token. This is my code to see why im getting the following error. <?php $request = new HttpRequest(); $request->setUrl('https://api.dropboxapi.com/2/auth/token/from_oauth1');…
-
Nil fileUrlsToBatchResultEntries response when setting template name and value to DBFILESCommitInfo
Hello there. I am trying to set a property custom property to a file that I am uploading to User's folder with the name 'name' and value 'value', with teamplate '/templateId'. When I add the following I get a nil fileUrlsToBatchResultEntries and as consequence nil result, however the file is indeed uploaded to the…
-
Get files via .NET
I know the code and APICODE is working because it does return the user accout correctly, but for whatever reason I cannot list the directories or files. Using dbx = New DropboxClient("APICODE") Dim full = Await dbx.Users.GetCurrentAccountAsync() Console.WriteLine("{0} - {1}", full.Name.DisplayName, full.Email)…
-
The Cursor of a user
Hello again. After some searching, I'm back with another question that mirrors this one (https://www.dropboxforum.com/t5/API-Support-Feedback/Webhook-to-get-the-latest-changes-for-each-user-in-the/td-p/223173) My webhook works, I get the json (list_folder/delta). My post request tests work with the token, I manage to…
-
Basic understanding of of Dropbox API .NET
I'm not sure if it's just me but I'm having a real hard time trying to understand the very basics of the .NET API. The tutorial recommended that I create an app which I could then connect to via api secrets and what not. How do I access this app? Is there no way to create/edit folders and items in UI? Is it possible to use…
-
I want to download large file (more than 50 mb) using .net sdk
How to set timeout for downloading large files from dropbox using .net sdk i am using below code try { using (var response = await client.Files.DownloadAsync(file.FolderName + file.FileName)) { using (var fileStream = File.Create(destinationpath + file.FileName)) { var destPath = sourcepath + "/Recevied" + file.FolderName…
-
DROPBOX: (7) Failed to connect to api.dropboxapi.com port 443: Connection refused
I am trying to connect a wordpress back up plugin -- BackWPup to dropbox. I have several webhosts and it has not been a problem. However on a recent attempt to authorize the application it was rejected and I received this error message: DROPBOX: (7) Failed to connect to api.dropboxapi.com port 443: Connection refused I…
-
Dropbox api to get accesstoken from my application to prompt for authentication without redirect url
I want to regitster app and access dropbox from my application and when dropbox opeed should prompt for authetication and need to get the auth code to my application with out redirect url to the called method.
-
Authorisation flow for a Python client console app
I am trying to integrate Dropbox into my Python console application. I understand there are two types of authorisation flows: "code" and "token". Since my app is a client app, I don't want to have to store an app secret within the source code and so I believed the "token" flow was the right choice for me. So I started a…
-
Filenames beginning with dot not found
I've been working with the SwiftyDropbox API, and until recently everything was fine. But some time in the past few months, I'm now getting incorrect results when I search for a filename that begins with a dot: client?.files.search(path: searchPath, query: ".empfs1.xml").response(queue: DispatchQueue.global(qos: .utility),…
-
Silent Authentication?
Hi. I want to use the API in somewhat different way in my game. I want some level files to be downloaded automatically in background when user runs the game, so, that he/ she gets the updated levels. This process will only be a read only on client side. As per my understanding, there is no silent authorization in…
-
Route error for shared link - SwiftyDropbox
I'm using the Dropbox Swift SDK in my iOS app, and am currently trying to figure out what the proper response is for an error I've encountered. My basic flow is that a PDF gets uploaded to the app's folder in Dropbox, and then a shared link is retrieved for that file. Below is my code for this: let request =…
-
Dropbox API .NET SDK Invite team to team folder
Hi, I am developing an app with the .NET SDk, and up untill recently I have used create_folder_v2 to create folder on the root - thus creating a team folder. However, I noticed that on a Business Dropbox account with the old team space and members configuration the folders that get created are private. I am using…
-
MoveV2Async throws error too_many_write_operations
it throws exception while moving files using parallel.foreach functionality in c# HERE My request await dbx.Files.MoveV2Async("/rootfolder/filename", "rootfolder/movedfile/filename") dbx is my dropbox client can you Share code with me using .net sdk for moving files parallel manner.
-
Webhook URI response in C# / .NET
Good afternoon. I'm trying to set-up a webhooks on a C#/webform solution but every tutorial I found was either in python or .NET MVC. Would you have a link for a relevant tutorial ? I'm stuck already on the URI enabling, I cannot seem to get a call back / echo of the "challenge" params despite returning it with the…