python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Authenticating dropbox using SAML response token
We are trying to implement a logic to connect dropbox using azure SAML response token.
We have already authenticated user in our application using saml with the same response token we want to redirect...
Prabhat Singh
Votes: 0
Answers: 1
DropBox SDK failing due to "invalid_access_token"
I'm using the Dropbox.API Nuget (latest version 6.26.0) for my C#.net desktop application.
I'm obtaining a DropBox access token by requesting authorization using my client_id:
var requestUrl = $"...
AlvinfromDiaspar
Votes: 0
Answers: 1
How to correctly implement refresh token with Dropbox Python SDK?
I'm trying to use the Dropbox Python SDK but was continually running into an issue of the short lived access token expiring. I think I finally found a solution but I'm fairly certain it's not how I sh...
Dan
Votes: 0
Answers: 3
C# handled exception from Dropbox is coming up as unhandled exception
I have a C#/.NET app with the following code in the App.cs...
public App()
{
AppDomain.CurrentDomain.FirstChanceException+=CurrentDomain_FirstChanceException;
...
}
private void CurrentDomain_FirstCh...
donaldp
Votes: 0
Answers: 0