Get help with the Dropbox API from fellow developers and experts.
I'm at a loss. As a Dropbox developer, I created an app and received an access token, app key, and app secret. coreball The API connector requests the following information: username, password, token endpoint, and "shared header" key and value. I'm not sure what codes to enter where.
Hi, I am unable to figure out the flow to get clients who are logged in to my app to access Dropbox without creating a `const dbx = new Dropbox({accessToken:<MY PERMANENT ACCESS TOKEN THAT SHOULD BE HIDDEN>})` class. I can authenticate the server on the back end but then I don't want files to have to go via the server,…
I'm attempting to print logs for Dropbox aggregating and provisioning operations in order to determine which API is being used by the connection and what response they are receiving, but none of the logging are functioning. I tried full VA level logging, however it did not print anything other than usual provisioning logs…
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?…
It looks like you're new here. Sign in or register to get started.