Comments
-
@"FARO" wrote:... When I send a request, the code is only available for a first time, when I used in a future call, the code is invalid. ... Hi @"FARO", 🙂How long you expect a code to be used?! 🧐 Let's see. If you forget your credentials to some service and there is a option to receive a recovery code throughout a…
-
Hi @"phil-g3swh", I have no idea what you have done, but most probably there is a mistake. I'll try reproduce such a process. First let's get to some file 'A File': If you want to share this file, you can see: As can be seen you are not able to share with edit access. Ok, now let's create a wrapping folder 'A folder': ...…
-
@"Amicao", 🙂 Your questions are outside Dropbox API scope itself. As far as I can see you are confused by usage of your tools. CURL in PHP typically adds file content independent from headers and you can take a look on some tutorial for this. The command line version really by default catches files. Even in this case you…
-
Hi @"Amicao", I'm glad that my previous post helped you to some extent. About API changes: If you don't take in mind API state very log ago, API calls (most of them, including upload/download, you are interested in) are not changed or not significantly, at least. The only non back compatible change, recently released…
-
@"Amicao" wrote:... a file from user, upload it and later, get a access for this file and delete it if necessary. The problem is that upload the file and Dropbox change the file name to a own Dropbox hash system. ... Hi @"Amicao", It's good idea to you share some piece of your algorithm able to reproduce the issue.…
-
@"JavMirVal" wrote:..., I was able to upload files to my DropBox but the Token expires. Hi @"JavMirVal", If that's the only problem, explanation you can find here will lead you through the way, I believe. 😉 You will see how you can get to a refresh token and how you can refresh expiring access token. Your work left is to…
-
Hi @"PL89", Everybody able to access your phone can do whatever you can without password with all your resources there (including Dropbox). Because of this, important step is to protect your phone content generally. Of course, such a protection isn't very reliable, but is usually enough, since someone on the street that…
-
Hi @"phil-g3swh", Put the file you want to share in a folder (can create a new one, if need) and share the wrapping folder instead of the file itself. 😉 Hope this helps.
-
Hi @"makrand kulkarni", As can be seen on documentation (and on your screenshot) "Because /oauth2/authorize is a web site, there is no direct return value". What is a web site? 🧐 Ooo... it's HTML. 😉 Read more carefully.
-
Hi @"maxcastrovidal", Don't have any doubts - refresh token doesn't expire by itself. @"maxcastrovidal" wrote:... After the short-lived access token finishes his useful life (4 hours) i ran again the same Postman Call (with the same parameters) to get a new short-lived access token, but now the response is {…
-
Hi @"JavMirVal", If there is some issue with a third party tool, only the supplier can fix it. Ask there. Hope this gives direction.
-
@"LisaBB" wrote: ... I choose save to my Dropbox, but some links recently disappeared Hi @"LisaBB", Person that shared link to you can remove link shared before or can remove file/folder shared before (after some time span the link will be invalidated too). Despite of, since you have saved the content in your Dropbox…
-
Hi @"jacques_coney", Do you mean something like mentioned here? 🤔 Hope this helps.
-
@"johnpeach" wrote:... However, the Dropbox widget in my top menu still displays the status "Connecting..." ... Hi @"johnpeach", Dropbox widget realization seems not very stable and this is very old issue. Unfortunately, nobody from Dropbox' development takes care since Linux isn't first class citizen in Dropbox. There are…
-
Hi @"Amicao", You can get idea how it works here, I believe. 😉 Your work is the PHP "translation". Hope this helps.
-
Hi @"johnhesler", While you are talking for link access, it's possible. 😉 Link is something public and direct accessible. But you have done a mistake in your code. Take in mind that the same link can has different forms. The link you are using in your code is preview link (ends on '?dl=0'). So, it's NOT pointing to actual…
-
Hi @"MG2L", Your SDK can automatically refresh access token using the provided refresh token usually. About how to get a refresh token, take a look here for a possible way. 😉 Hope this helps.
-
Hi @"ethanfang", The problem in your case is that you have lots of namespaces. Every single namespace gets locked by self. Since you need to lock all namespaces together, looks like the task takes too long. You need to split list processing for different namespaces to avoid such a deadlock. On other side, as you mentioned…
-
Hi @"makrand kulkarni", As result of your request, on confirmation, new request will be directed according to then redirect URI with only parameter 'code' inside. It would look like: <Your redirect URI>?code=<code to be used in /oauth2/token> You can use any code able to handle your URI (either provided by Dropbox or no).…
-
While using SDK, the care for details is usually SDKs code's task, not to the code where SDK features are called from. Though, for all possible parameters in redirect URI you can take a look on /oauth2/authorize, in RETURNS section.
-
@"sanjeev_hansanur1" wrote:... convert the inputstream to string Hi @"sanjeev_hansanur1", A good way to convert raw input stream to whatever you want (including string) is wrapping it using DataInputStream class. The benefit here is that you don't need buffering, so the need of engaging memory decreases. Processing happens…
-
😁 And... Ok, be more initiative... I can't guess what's the result!!! Again, are you able list (within your application) the target file where you know "Hans Gustafson" resides in (in particular)? By the way, "include_highlights" default value is False, so it's meaningless here.
-
Ok... Try investigate what's wrong now... Is there some error?... Are you able reach to/list the file in interest?...
-
Did you reissue the token in use? 🧐 Take in mind that token caches the permissions state and any change is NOT retroactive!
-
Aahh... You are trying a team account... In such a case any file/folder access (like the one 'search' do) need to be performed behind particular user (not the team). That's why you have to "personalize" (if could be said so) your access while using team account. This could be done automatically by just removing all team…
-
There is no reason any shared folder (either shared by you or shared to you) to be something limiting. I just checked and everything seems to work fine. You can look for the issue further, as trying to reach the particular file where you are expecting something to be found. Are you able to navigate, using your application,…
-
🙂 Of course, any application does list/access only files granted by available token(s). Have the "other users", that you mean, granted your application access to their accounts? 😉
-
Hello again @"amjadkhalil", I have no idea what exactly you have tried, but as far as I know there is no way to change the type of the application once created, unfortunately. Would be fine such an option to be added at some point in the future by Dropbox team. Anyway, it's missing now. That's why I told you that have to…
-
Hi @"amjadkhalil", Since your application uses app folder, it has lost access to the rest of entire user content. This is possible mistake at application creation time. You will need to recreate the application with full dropbox access, if you really need such. 😉 Hope this helps.
-
@"makrand kulkarni" wrote:... 1 Is there any other solution where Auth code can be taken Internally by Application ? ... As you already guessed, Yes, using redirect URI. @"makrand kulkarni" wrote:... 2. In which Parameter Auth Code can be taken in response of redirect-uri ? ... You can take a look on a web example to take…