-
Upload folder using API
How can I upload a folder using API call?
-
get photo link to bank
Hello, I need help, how can I get the link of a photo uploaded to store in the database?
-
Javascript SDK - Auth, getting tokens, setting tokens
Hello! Im building a React app with the Javscript SDK and am having issues getting a refresh token and access tokens (browser-side, not backend). Im setting up DropboxAuth const dbxAuth = new DropboxAuth({ clientId: '90dgr7j93zv48ct', clientSecret: process.env.REACT_APP_SECRET }) then using it when my component mounts to…
-
dropbox refresh token expiration
Hola, Tengo un problema con el token de validación de mi app de dropbox, vence cada tres horas y no se como generar uno sin fecha de vencimiento ya que tengo que estar generándolo manualmente para que mi app pueda estar funcionando. ¿Me podrían orientar para saber cómo solucionar este problema?
-
Integration to Dropbox suddenly failing
I have a simple app that uploads a set of files to Dropbox as a back up - been working fine on V2 for years now it fails. Token is expired apparently. I updated my cocoa pod today - but that brought more errors - Xcode fail to build, but the errors disappear and I have no idea what is broken. I noticed the…
-
get dropbox link with code
Can I upload my file to dropbox some loacation and get the dropbox link to share? All the step are doing by code do you have the code? (python? javascript ? shell ?)
-
Can I Export Dropbox Paper to PDF using the API?
when i get the item inforamtion "ExportInfo.ExportAs" of an PAPER item i do not see the option to export as pdf. why ?
-
OAuth, moving app into production
Hello! I'm using the Javscript SDK to build an app where my employees are able to search through specific invoice files on my Dropbox that have been cross checked with the Intuit Quickbooks API. Am I required to use OAuth to apply for production? I see there are methods with the SDK to automatically refresh the…
-
Dropbox API suddenly malfunctionning
Hello, We have been using the Dropbox api in our application for a couple years now and it has always worked flawlesly. Since about last week, the list_folder endpoint is no longer returning all the files and folders in a any given sub folder. For example, list_folder is only returning 4 entries with has_more set to false,…
-
Accessing Excel Data in Javascript using SDK
Does anybody know how to access specific cell data from Excel sheets in javascript? I'm using the preview method to get a fileBlob back to preview but is there a way to grab specific data from specific cells in Javascript?
-
Error when attempting to get an access token using refresh token
I keep encountering the same error when I attempt to use my refresh token, client id and client secret to get a new access token in my javascript code: " Error in call to API function "files/upload": Invalid authorization value in HTTP header "Authorization": "Bearer". Expecting "Bearer <oauth2-access-token>". I've tried…
-
get access token from oauth1token and oauth1tokensecret
Hello I have 2 question. 1- I want to login in my site with your api and I don't want login in with web page. I have appkey and appsecrect and I want to get access token with this URL "https://api.dropboxapi.com/2/auth/token/from_oauth1" but every time I try to get access token. after that I have an error { "error": {…
-
Help with generating access tokens in Node.js
I am new to using https in Node.js, and Dropbox API, and am not familiar with the syntax. I have had no success finding Javascript examples on how to get an access token from a refresh token, and am asking here. below is my current syntax, and i get the error: {"error": "unsupported_grant_type", "error_description":…
-
Not show folder created by another app when using API: api.dropboxapi.com/2/files/list_folder
Hi every one ! When using API: api.dropboxapi.com/2/files/list_folder with recursive = true, I can't access to folder created by another app (ex: drawio-diagrams), but recursive = false, it's work. And now, for a simple way, I won't show the folder created by another app. Can somebody help me this case. Thanks !
-
file list from shared folder dropbox rest api python
I need to create a data frame out of attributes and share URL of all the files in a directory and its sub-directories the code am using is for entry in dbx.files_list_folder('/2.info_copy',recursive=True).entries: if(str(type(dbx.files_get_metadata(entry.path_lower))) == "<class 'dropbox.files.FileMetadata'>"😞…
-
Very basic question
Hi I am trying to write a simple .Net application to use the DropBox API for csharp. I have created an Application in DropBox so I have an App key and App secret. I downloaded the dropbox-sdk-dotnet-main in a zip file. However when I try and add the package in Visual Studio using NuGet it retrun an error saying package not…
-
/add_folder_member suddenly gets a 400 response
Hey there, I have an automation where I... 1. Create a shared folder (inherited access) 2. Check if this folder was created successfully 3. Create a shared subfolder to the first folder which is shared with nobody (no_inherit) 4. Check if that folder was created successfully 5. Add the appropriate member groups to the…
-
short lived access token is invalid seconds after login
Hello everyone, a client of mine wanted to test the app that I made for them for the first time. - They were able to accept that my app is going to access their files ✔︎ - they were redirected to the web app I made for them ✔︎ - I can see the short lived access token in the url ✔︎ Yet, when they try to access a folder via…
-
How can I restrict token use to a certain domain or IP address?
I'm using an access token to make calls to a single account. How can I restrict that token, so that Dropbox only accepts API calls from a certain domain or IP address? We keep our tokens safe, but it would be good to restrict access in case the token gets stolen. This seems like a common API structure to help manage…
-
C# Get Access Token without browser interaction
I am working on .net console application to download dropbox documents i was able to do that with the generated access token from the application configuration but it gets expires i am following sample solution from github for OAuth dropbox-sdk-dotnet/Program.cs at b5dff871d353c46dcdf61f0319a10be4ed0b8c0c ·…
-
Does Changing Password to Dropbox will affect the API key or Token.
I would like to change my password to my dropbox but i not sure if my API key or Token will be reset also if i did change my password.
-
Search for files edited by a particular user
I'm trying to use the api to search for files edited by a particular user. This is possible in the web client (if you start typing a user's name it autocompletes it and lets you search for only files edited by the user) but doesn't seem to exist in the api. Am I missing something here?
-
Direct link to image file
Hi, I'd like to know if there is a way to create a direct link to a file using the API. My app requires sending an image link to a 3rd party's API for image recognition. When I test the link created using "create_shared_link_with_settings", I get something like www.dropbox.com/s/8um0tttqgbjq5c7/my_image.jpg But it is not…
-
Re: Missing scope from request
If I add permissions to my app after I had generated the access token do I need to generate a new access token? And if so, how do I do that? There does not seem to be a button to regenerate the token. Rich
-
.NET C# - Check and download/Sync missing files with local files
Hello everyone! I'm stuck for 2 days now with the API... I'm creating a game launcher where i need to download(sync), all the files for the game Client from Dropbox to the User. My goal is to check within the local files if the file from my dropbox account exists, if not, download to the specific folder. It's kinda…
-
Integrating my new App with DropBox
Currently, we are rapidly developing our next project - firmbee.com - a system for recruitment and project management. About 300 new users that are coming from all over the world register with us every day. To allow our users to operate freely within Firmbee, we would like to integrate our services with DropBox network…
-
Support the old drobox and the new under same application
Hi guys, my app is trying to support the old drobox and the new under then same client . after getting the auth tokens we are creating a new DropboxTeamClient(request.AccessToken); then when we want to call the new client we use this var account = await client.AsMember(request.AsMember).Users.GetCurrentAccountAsync(); var…
-
Token refreshing C#
I'm building an app in .net and accessing the app's folder for resources. So far everything is going smoothly, but i have no idea how to refresh the token in my app. I tried using the example code from OauthBasic from github, but i have a vague understanding of it and doesn't work for me. Would appreciate some help and…
-
expired token when set to not expire
Have read a few posts on related topics here, and something definitely not working correctly... My app was doing weird things today, and I saw a expired token exception getting thrown. This has never happened before. From reading this…
-
Re: Error in call to API function "files/upload": HTTP header "Dropbox-API-Arg":
good you are available Said so, pls let me know How to fix it. to recap: a) my ap is written in swift, NO other components (neither official dropbox library, too big and too messy) b) it did work since 2 month ago. now I got error c) if I cannot see WHAT has been broken, pls sent me HINTS about, OR let mr speak with some…