Get help with the Dropbox API from fellow developers and experts.
Hi, For the functionality I am making I need the functionality of the built-in embedder but also also additional API access(creating folders, sharing folders). The problem I am encountering with the approach is the need for authentication in two places. Once for the embedder and once for API access. Is there some way to…
I am currently developing a web application using Next.js where users can access files stored in Dropbox through links. My goal is to enhance the user experience by allowing links clicked within my app to open directly in the Dropbox desktop app if it is installed on the user's computer. If the desktop app is not…
Hi Team, I'm trying to setup a permanent connection (= a refreshToken process) to my app using OauthPKCE. For this, I'm using the sample code provided here: https://github.com/dropbox/dropbox-sdk-dotnet/blob/main/dropbox-sdk-dotnet/Examples/OAuthPKCE/Program.cs I ran into a difficulty at this line: var tokenResult = await…
Hi all, We have an app that relies on the business API. It creates groups, members, team folders, etc. As a team administrator, I can run it and it's working properly. My problem is that the targeted users are not able to run it. They receive an error message during the authentication flow saying that they need to be team…
Hello, I want to extract the same data for members and storage users that can be extracted using the platform, but instead of doing it manually, it should be done through the API. I couldn’t find any information on this topic in the community or the documentation.
I was able to create an app last week. Now my App and i am unable to create apps now. I had a Python program accessing my folders. Now the app is gone. Shat happened i need to create an app Thanks, Kristine M.
I have setup OAuth2 in Salesforce along with Named Credentials and External Credentials. I am calling the File Upload API in the code..that works fine with all the above. I setup a second Named Credential that uses the shared External Credentials that the Upload API uses. The only real reason for this is the accomodate the…
I have created an app under the developer mode, and I see it under the App Console, but when I navigate to my home screen, I cannot see the folder. The app permissions seems to be fine: Status: Development Permission type: Scoped App (App Folder)
I'd really like to receive file sync start events. Today webhooks are sent on completion of backend work (ie file delete, file add, etc.) But I work with what most of you might think of as huge files. For instance a 100GB file might take hours, for backend sync, but I'd like notification before it arrives so our other…
I made app with visual studio 2015 and used libcurl. but this shows error "Couldn't resolve host name" CURL *curl; CURLcode res; std::string readBuffer; // Your Dropbox access token std::string accessToken = "****"; // File to upload std::string filePath = "D://test.txt"; std::string fileName = "file.txt"; // Name of the…
It looks like you're new here. Sign in or register to get started.