Get help with the Dropbox API from fellow developers and experts.
I have app and want to authorize using this url: https://www.dropbox.com/oauth2/authorize?token_access_type=offline&response_type=code&code_challenge_method=S256&client_id=up9dc6vspz96ghi&code_challenge=_6rj6cf1qTS7Ia6slqNF9hjQnynzBuITIyKJ8K-lVUc After that I chose "sign in with google", chose my google account, enter…
I have an app that I built in python and I'm trying to have sustained access to read from files in a folder I've gone through the entire process of getting the user (myself) to sign in and get an initial refresh_token and access_token (described here ). When I use this initial access_token to do things, it works fine…
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)
It looks like you're new here. Sign in or register to get started.