Get help with the Dropbox API from fellow developers and experts.
Tengo el siguiente error cuando intento hacer upload de un archivo utilizando el ejemplo de github example/back-up-and-restore/backup-and-restore-example.py archivos pequeños de 10Mb lo sube sin problemas pero uno de 20Mb ya salta el error Versiones utilizadas en Windows 10 Pro x64 y Windows Server 2008R2: python:3.7.0…
I need to upload a simple string via api - there is no "file" on the server - the string will be generated in my PHP code. First, does it need to be in binary? Second, when I upload, I get a "1" written into a file - and thats it. How do I get that string uploaded? I don't get any errors back. Help! $fields = array( "path"…
Hello @Greg-DB We have developed a migration app that one of our customers used for migration files from Windows to Dropbox. The migration worked fine except that the files were migrated in a different folder from the one selected by customer. I then read Dropbox Team Files…
Hi Folks, I have a C# API project which has a service that downloads video assets from different sources, i.e., Azure Blob, AMS, and other client environments. The new client came in with DropBox as the source for videos, and I am finding difficulty in implementing the OAuth flow. Please note that there will be no user…
Same conditions, but I am receiving a 500 error. Is solution the same?
I am trying to get contents of a text file via https://api.dropboxapi.com/2/file_requests/get and I get this error: "Error in call to API function "file_requests/get": request body: id: 'id:Jc0ALBXAshIAAAAAAAB3tw' did not match pattern '[-_0-9a-zA-Z]+'" Here is my relevant code: $fields = array( "id" =>…
Dropbox allows you to "Add a few details about this folder..." under folder properties. Is there a way to fetch that info via api? I couldn't find it in your documentation. I don't see it under folder_metadata... Is that possible at all?…
I have a file at /Commercial/Revenue Cycle/RC Tracker_Automated.xslx. metadata = dropbox.client.files_download_to_file(path="/Commercial/Revenue Cycle/RC Tracker_Automated.xlsx", download_path=".") This gives an error raise ApiError(res.request_id, dropbox.exceptions.ApiError: ApiError('f5b0b8df42f945bf966bbd840b5e9c67',…
Hi all! The question is: what happens with the app after it has 500 linked users? I was searching for the answer in here (but did not find any)
I have the following workflow in my application I am generating some files and I am saving it to a dropbox account, the files are only saved to one specific account and the app and account are under the same email/user I keep getting expired access token when using the js sdk, is there a way to get around this? here is my…
It looks like you're new here. Sign in or register to get started.