Comments
-
OMG... Documentation:Example: Auth URL for PKCE code flow https://www.dropbox.com/oauth2/authorize?client_id=<APP_KEY>&response_type=code&code_challenge=<CHALLENGE>&code_challenge_method=<METHOD> Be more careful, where you are looking on!
-
Yes, we are talking for different things. @"donaldp", It's correct: @"donaldp" wrote:From https://developers.dropbox.com/oauth-guide - "The redirect_uri is optional with the code flow - if unspecified, the authorization code is displayed on dropbox.com for the user to copy and paste to your app" ... But the following:…
-
@"ariod" wrote:... My understanding per this document is that in this case the search should work on all folders within the user's Dropbox folder, including team folders. Am I correct? In the topic are described different cases. Only one of them is "root" (in spite all use the same header)! In case of properly set root -…
-
🙂 No, no... Take a look here for more info. 😉 Hope this helps.
-
@"mansi2821" wrote:... is there a way i can download these documents You didn't post particular file metadata, but file type, you're referring to, is not usually downloadable, so: Direct download - No. Export - Yes. 😉
-
@"donaldp" wrote:... And the doco states that step is optional, as I already said. ... Probably we are talking for different things. How constructing URL used on launching the browser (where you are getting code) can be optional? You are getting such code every time OAuth is on go, but it's optional... 🤔 Can you clarify…
-
@"donaldp" wrote:... I'm getting the code directly from the browser - I'm not doing it via the app - so this is the first step in the process in the app. There is no redirect. The user gets the code, then comes to the app with it. The doco says that you can do that, hence why the subsequent parameters are all optional.…
-
@"donaldp" wrote:... if (code is object) { PKCEOAuthFlow pKCEFlow=new PKCEOAuthFlow(); ... As can be seen from your post, you are constructing pKCEFlow object anew after you have got the code. How you guarantee that PKCE code challenge, send as part of initial query (targeting the code you have received on redirect), match…
-
Did you properly set the call' root? If not set, the root defaults to logged user' (team member) private folder and everything that can be done (including search) is restricted to there.
-
Hmm... The examples could be better structured (sometime they're even confusing). Ok... as a walk through: You can get the credential info in the same way you have done already, but store it as whole like here (or just get the idea from there about stringification and it's not mandatory to do direct write into a file). You…
-
Hi @"Omri1984", The Dropbox .NET SDK (the one most probably you are interested in) is NOT implemented in a way such thing be possible, unfortunately. Probably coder mistake. You need to "hack" DropboxRequestHandler, to be possible something like (or in the DropboxRequestHandlerOptions part, at least). If you are…
-
Hi @"dbox-arg0", Did you check the loopback variant? Does it work or not? 🧐 Good luck.
-
Hi again @"YousefElsayed", I would suggest usage of more descriptive var names to avoid different types of confusion. What actually means "DROPBOX_AUTH_KEY" here (for instance)? 🧐 Is it access token or refresh token??? 🤔 According to: @"YousefElsayed" wrote:... Auth.getDbxCredential().getRefreshToken(); ... It should be…
-
Without proper diagnostics becomes difficult to say what exactly is going on. Supported ways to install the application are shown here. On Ubuntu (and similar distributions) the classic way is to use deb package (if you are using 64-bit distribution download it from here). Better uninstall whatever you have installed…
-
Hi @"skybird182", First of all, Dropbox application is NOT designed to work as a system service (this is not a part of the application install - not supported at least). It's a regular client application and can be run as such (the only supported way). Of course you (or some other third party provider) can extend this…
-
Hi @"rodwoman", Try an "alternative" way. May help to you. Select and hold (for a second or two) on the file you want to export/download (not just a touch). The file will get selected; here you can select more files, if you want to do it at once. Next, select the ellipsis (three dots) at upper-right corner on the screen.…
-
@"mansi2821" wrote:is there any updates i am facing the same issue Hi @"mansi2821", What you mean "the same issue"? 🤔 Have you meet some file you can neither export nor download? What is this file type, if any, and what you are seeing on the corresponding metadata (is the file marked as downloadable there)? 🧐
-
Hi @"BurkApps", Seems for some reason a secure connection can't be established. There are different possibility, but one option is that your code is running on environment not supporting TLSv1.2 - Dropbox servers accept currently only TLSv1.2. Check this at the beginning. One more thing is usage of long lived token in your…
-
Hmm...🤔 So, where you instantiated your client object, actually. Such an error should be on instantiation, but that part of the code is missing (it's not in the post)! Whatever you have done, seems it's far from the optimal. The main part should be DbxCredential class object (without focus on its parts - they can change…
-
Hi @"YousefElsayed", If you mean long lived access token, No - this type of token is deprecated and, inspite existing can still be used, new can't be issue anymore. You can use refresh token instead. It doesn't expire. 😉 Hope this helps.
-
Documentation:List shared links of this user. If no path is given, returns a list of all shared links for the current user. For members of business teams using team space and member folders, returns all shared links in the team member's home folder unless the team space ID is specified in the request header. Have you…
-
Easy workaround can be a parallel instantiation of DropboxRequestHandler class. Big part of the stuff inside, not closely related to refreshing, can be wipe out. Classes, fields and methods visibility should be changed, so be accessible outside. Using RefreshAccessToken method (already public) new/actual refresh token will…
-
Hi @"jen1147", To be honest, I don't use your software and don't know in details what you are seeing. Better read associated documentation; I believe there is detailed enough description what you can do. The most important is that you have found what's the reason. 😉 Good luck. @"Megan" wrote:Hi @"jen1147", can you take a…
-
@"CTO1" wrote:... provider.AccessTokenValue = Backoffice.Encryptor.Decrypt(dropBoxsettings.AuthToken); I ma getting a message that says that AccessTokenValue is obsolete, I am unable to find any example of how to use: ... Hi @"CTO1", First of all, why do you need access token at all??? Clarify to yourself it! 🤷 You already…
-
@"Vitor_Amorim" wrote:... fs_api_python.FsApiError: "Initializing fs api |>> Initializing platform |>> File not found" Hi @"Vitor_Amorim", Yes, for sure your state is different and not the same as those reported before. Unfortunately, in many cases, the messages (like the above) are not clear enough. Here, for example,…
-
@"corvettemina", if you have used the same before, do it in the same way and only difference should be different type of token (access token before, refresh token now). That's it. If your code prompts again (without actual need), seems you have changed something in your application (something that didn't need to be…
-
@"mwatt776", your question goes out of Dropbox API matter. As I said Dropbox API just brings to you the actual file content (in particular docx which is not a plain text). What you're going to do further is up to you. You can consider where format transformation should be performed (server side or user browser, for…
-
Hi @"corvettemina", Fully automatic authentication has never been and likely will never be. Particular user that gives right to your application to do something on his account, needs to confirm it somehow (such thing can't be fully automatic - or I don't know for such, at least). About "long live access token"; if you have…
-
@"mwatt776" wrote:I think I found the response body but it looks like junk. ... Hi again @"mwatt776", I don't know what you mean "junk" here. 🤔 Dropbox gives you exactly what you point to (and uploaded before, of course), nothing more or less. Either using API or some other way. @"mwatt776" wrote:... In the response…
-
Hi @"mwatt776", As you mentioned that metadata are not of interest for you, why are you observing "Dropbox-API-Result" header? There are only metadata and it's a response header (one of some number of headers in the response header block), NOT a response body. As Greg mentioned, file content (you are interested in) is…