-
Dropbox changes IP of authentication and upload servers
Hi all, Dropbox changes IP of authentication and upload servers every some times? In my farm, from my app developed using Node RED, I need to upload a xls file to Dropbox every 24 hours. In my farm we have a proxy and a firewall that have special rules for outputting the files to Dropbox. But the Dropbox IP change…
-
VBA Code to copy a file on shared Dropbox and paste in another area on a shared Dropbox
Hello, i have a spreadsheet that allows user to click a button and add information about the member. this will then add the details to a new row under the subheadings provide. However the main thing the macros does is it copies a folder template on a shared dropbox, renames it and puts in the designated folder. Private Sub…
-
Dropbox API Error on Upload: Incorrect offset
hello, I have written an app with which you can upload all kinds of files into a dropbox folder. I have already spent several hours trying to fix the error on my own, but I can not find a solution. Whenever I try to upload a file larger than about 30MB, the error message "incorrect_offset" appears. Imports System.IO…
-
Download speed
We are facing difficulties with Dropbox Download API speed. It´s very slow compared to other APIs, like Onedrive and Google drive. For example, the same file that takes about 6 seconds to download with Google, using Dropbox it takes 2 minutes. Is anyone having the same issue?
-
Downloading, Getting metadata and Revisions of shared to me file
Hello. How I can get a list of revisions (and other data) of the shared to me file (Only a file is shared, not folder). I uses the method client.Sharing.ListReceivedFilesAsync() for getting the list of shared to me files. But all the methods…
-
Working with Individual API and Business API endpoints?
I am trying to look up all members of a team using the business API, and then identify the user's root field and download all the files. I've got each individual element working but I can't for the life of me figure out how to get the business and user api's working in tandem. Any advice or documentation on this?
-
Error occurred while downloading revision content.
Hello. Could you please help me. I want to download content of all document revisions. For example 1. I got file metadata 2. I got all revisions (3 revisions) 3. I got the error (path not found) when i trying download content of document that is not last version. You can see in vebsite part that document has lost all it…
-
API to set_password for shared folder?
Using create_shared_link_with_settings I am able to share a folder and set a password for it. But I don't seam to find any way to *change* this password? How do I do that through the API? Is it possible? I found update_folder_policy for this, but it's not usable for an "App Folder" app. (I'm getting the error: Your API app…
-
Get folder URL
Hello! In my application users can upload images to any folder of their choice. I want to add the ability to open this folder in a browser from the app. What is the appropriate way to get the folder URL? It is pretty straightforward when the folder is shared: the sharingGetFolderMetadata method does the job. But how can I…
-
[python and Dropbox API] New users cannot access files in my /app/ folder
Good morning, I have been developing an app for my company that uses Dropbox to store some files that should be read/written to when the user uses the auto-py-to-exe .exe I've made that is locally installed on our user's computers. This is my first time using Dropbox's API so the finer points may have been lost so please…
-
Get all content from a directory
Hello, I am using dropbox camle component and I am doing a search peration. Documentation states that if query param is not set all the files of the defined directory (remotePath) will be returned. But using the following uri I get no results for a directory that contains 3 subfolders "dropbox://search?accessToken="+…
-
save_url endpoint to overwrite any files with same names rather copy? (v2)
I am creating an integration using Postman Monitors. And I need to be able to overwrite any files with the same name when uploading using save_url. Is this possible? Cause the only other way I'd be able to do this is to delete the whole contents and painstakingly upload everything :sob:
-
When do webhooks fire when editing Paper docs?
Hi, Could anyone provide more detail on the webhook policy when editing an 'auto-saving' document like Paper? The document appears to save automatically according to changes made and some idle time - does a webhook notification (potentially) fire each time this happens? Thanks in advance!
-
Getting content of Team's root folder, can't find good documentation of Dropbox-API-Select-Admin
Hi Dropbox Team. I try to get the content of my Team's root folder. Here is my call: curl --location --request POST 'https://api.dropboxapi.com/2/files/list_folder' \ --header 'Dropbox-API-Path-Root: {".tag": "home"}' \ --header 'Dropbox-API-Select-Admin: {"member_id": "dbmidXXXXX"}' \ --header 'Content-Type:…
-
Application token key
Is it possible to get a token key only with APP_KEY and APP_SECRET without redirect_uri the authorizing URL that needes the user to open the URL in a new tab and copy-paste the code? If not, can I assume that this code will never be expired?
-
Dropbox webhooks
Hi Can any one help me out by sending sample webhook payload ??? Thanks
-
Do webhooks fire for generated 'own user' development tokens?
Hi, I'm trying to set up a minimal POC with Dropbox paper and webhooks. I have created an app and pointed the webhook URI to my demo application. Everything is enabled, challenge accepted and looking fine. My app works when I send it a test notification myself, but it looks as if Dropbox isn't firing notifications when I…
-
.Net/C# - getting list of files and then downloading to local drive
I'm back again! public class Program { public Logger logger; public string localFilePath = @C:\Users\hbuuutaag\Documents\Code Tests\Test; public static void Main(string[] args) { Program program = new Program(); var task = Task.Run((Func<Task>)program.Run); task.Wait(); } public async Task Run() { using (var dbx = new…
-
Invalid Async Job Id fails if Access Token is Refresshed
I've been doing some work with the batch APIs and came across this error message invalid_async_job_id. I've only come across this error when I've had to refresh my token. I send my request to create a folder batch. I get my my job id…
-
Documentation for searchV2(String query) how to type a query ?
I have been using older dropboxapiv2 (java) to search "Files" for 2 years. Today it started to malfunction due to a dropbox server side "malformed query" error. While I assume it is again a Dropbox development malfunction, I also would like to upgrade the dropboxapiv2 I am using to version 3.1.3 . It seems there is now a…
-
Re: How to get last modified date for folders in Dropbox V2 API ?
Hi @Greg_K. This is making it very complex and, I think, requiring lots of unnecessary API calls. When a new folder is uploaded, I need to make a playlist from the mp3 files and share it. So I detect when the folder is likely to be "settled" by seeing if the most recent file is older than 5 minutes. At which point I run…
-
Dropbox download_zip api
I use api https://www.dropbox.com/developers/documentation/http/documentation#files-download_zip to download files from a folder, but I always get an error in call to API function "files / download_zip": HTTP header " Dropbox-API-Arg ": could not decode input as JSON please indicate what the problem may be
-
Dropbox API v2 - Empty file on upload
Hi there I use the dropbox v2 api to upload a file using laravel and guzzle. However the file in dropbox shows empty. Those files have a sie of 0 bytes. It have to do with my post call to the API because the file contents are still there before calling the upload call. $client = new Client; $response =…
-
Dropbox API - retrieve permissions of an app
Hi, all. Is there an API to retrieve the permissions of an app? I'm very new to the Dropbox API, and haven't been able to find this.
-
list_shared_links is giving 500 Error
When calling the following endpoint: https://api.dropboxapi.com/2/sharing/list_shared_links I always get: 500 Internal Server Error The request body is:{ "direct_only": true } This was working few days ago.
-
409 - Internal Error
I am having an intermittent issue with checking the status of async share jobs. Below is the flow I'm building and below that an real error being returned by the API. This is for an internal Dropbox app that we are building and is not yet in "production" mode. The Flow: 1) Create new folder inside the team space/folder 2)…
-
Get information about user who uploaded a document
Hello. Could you help me please? How i can get the information about team member who uploaded a document and datetime of uploading? I can see he in the website but i did not find the API V2 that can help me with it.
-
API Call for the new feature "File locking"
I not find yet API calls for the new feature "File locking". When can we use API for locking and unlocking files for a user? It could a real powerful feature. Best regards. Thierry.
-
Re: How to get last modified date for folders in Dropbox V2 API ?
how can i get uploaded time of a drop box shared file using python..I would like to download drop box files, that are uploaded today.please help me..
-
API to create custom emoji?
Hello, I was trying to create a custom Paper emoji for my team via API but couldn't find support for this. I tried creating a doc with a custom emoji, then downloading it through the /docs/download endpoint (as both HTML and markdown) to see if the source would provide any insights. However, the HTML file contained a raw…