Comments
-
Hi @"HADES", Glad to hear your upload is working already. 😉 Why do you use different path when you try get link? The path has to be the same one used on file upload or received on listing your containing folder. Don't assume something else, like what you see in your web browser or based on local Dropbox folder content! All…
-
@"Greg-DB" wrote:..., substituting in 'dropboxusercontent.com' in Dropbox shared links like this is not something that Dropbox documents and may break without notice, and we can't offer technical support for issues that occur when doing so. Hm...🤔 Greg, you may need to inform your shared links product manager about that!…
-
@"Adawntoremember" wrote: Any information would be awesome @"Adawntoremember", Yes, fully agree. 😉 Some information about what exactly you're doing and what confuses you would be nice. Where you're struggling and some code snippet together with unexpected output representing eventual issue you met with would be useful too.…
-
@"chakmangoo" wrote:... I am looking for function/code that takes URL as parameter and returns filePath ("folder1/sub-folder1/fileName.m4v") Hi @"chakmangoo", It's only possible if the authenticated account is the one that own the shared link. In such a case you can use /2/sharing/get_shared_link_metadata. Hope this helps.…
-
Hi @"dmartinez", For long term access you need refresh token. If a supported SDK is in use just proper initialization is enough (for the rest SDK takes care), otherwise tracing access token validity and refresh whenever needed should be performed. So you wouldn't need "to give permision to acces dropbox" (no repeatedly at…
-
@"dragon v2" wrote:@"Здравко" Can you please help me with the steps to test this API in Postman? Hi @"dragon v2", Hm..🤔 To be honest I'm not quite sure how could help you (what you actually need). On documentation it's clear enough, I think, what every particular query need to be and according to this you may 'instruct'…
-
@"chakmangoo" wrote:... I have the files in the folder and token are not expired as well. Any idea what could be wrong? Hi @"chakmangoo", I believe you about your files and probably there is nothing wrong with them. When you list them you will get back correct list, I believe too. 😉 In meantime, what do you see here? 🧐…
-
To be honest, I haven't tried (haven't need), but you may do it by "hands". Shouldn't be so difficult to join names and value using = and & (no additional encoding steps needed in particular - all value are URL compatible already). Right? 🙂
-
In addition why are you using application/json encoding? It requires application/x-www-form-urlencoded POST parameters. 😉
-
Hi @"emretezisci", Haha..😁 Ok, Yes, a little confusing message, maybe. Don't catch to the words. What grant type you are declaring in fact? 🧐 Nothing? 🤔 🙃 It's something required, cannot be nothing. 😉 Hope this gives direction.
-
In a very similar way, just instead of single access token, use refresh token and application key/secret for the client object initialization. Everything else can stay the same. Hope this gives direction.
-
In such a case you need a bit older version (newer versions are incompatible): sudo dpkg -i dropbox_2020.03.04_amd64.deb Hope this helps. 😉
-
Hi @"BobMCT", Hm... 🤔 I also have nothing like that, but Dropbox application is installed and works still. Can you clarify how exactly you're trying to install that .deb file and where you got query for that 'girl'? Or even better, try install in terminal using the command like: sudo dpkg -i dropbox_2023.09.06_amd64.deb If…
-
@"oalmeida" wrote:Yes, I confirm, I saw they install the desktop app, and start using DB in their new computer. Hi @"oalmeida", Yes, you're confirming, but are they confirm the steps Rich pointed to are over? 🙂 They are something different!
-
Hi @"HADES", Just keep in mind that no any real Dropbox API call can be seen in the code you shared. Another thing is that all access tokens are short lived, so wherever you perform actual API calls it's likely to fail after some time (typically 4 hours). For long term access you need refresh token. If a supported SDK is…
-
@"Zard", I hope you understood how it works finally. You can do whatever you want once you have client object created and initialized properly (including everything enumerated by you, but not only). Whether it's convenient for you and is it fine for usage - it's your decision. Something more, the frontend of your page has…
-
@"berniewalp" wrote:... What seems to have worked (why?): ... Hi again @"berniewalp", I did suppose you have installed the official package and was wrong. You still haven't installed it, but only installed the daemon directly and that's the reason why your autorun didn't work. 🙂 It's a bug in the daemon - expects there is…
-
@"Zard" wrote:It's my fault, I am using Net Core, the examples code of .net is too old, I can't understanf them. ... Hi again @"Zard", Yes, the examples can be more... familiar/convenient to newbie users... for sure. @"Zard" wrote:..., and I see Token Flow can get token directly, so I wan to try it, but I can't get data…
-
Hi @"Zard", There are number of examples showing it. What would be best for you depends on what tools you're using. A good example, I think, can be seen here. 😉 Hope this helps.
-
Hi @"developerscorpio", First, keep in mind that temporary link cannot point to a folder! If you need link to a folder (and indirectly to files within that folder) you have to use shared link created using /2/sharing/create_shared_link_with_settings. To the parameter "path" of endpoint /2/files/get_temporary_link you can…
-
Hi @"berniewalp", Are you sure you have installed properly your Dropbox application using appropriate official package? 🧐 Try following command in a terminal to see if correct values will get back: dropbox version Post the result for comparison. If the previous command gives correct result, easy workaround would be…
-
@"white1" wrote:I don't see any error while creating a shared link manually. ... Hi @"white1", Yes, you don't receive such an error while create shared link manually, but the user represented with the token in use would. The user is banned actually. Anyway, you just disclosed a mistake in Dropbox Python SDK - cannot handle…
-
Hi @"developerscorpio", There is "Dropbox-API-Select-User" header that has to be used with appropriate team member id. For supported SDKs, if you have used, there are corresponding methods where the same id can be passed to. Hope this helps.
-
Hi @"jroe", At the beginning, check your application for possible updates and make sure you're using up to date version. If this cannot help, signal to application developer for the issue. Good luck.
-
Hi @"CASU", I can try speculate what's wrong with your code, but it's always better when you're saying what's going wrong - unexpected output, error messages, etc. First do you make somehow sure that every 30 seconds you will have new 'latest image' without existing link? 🧐 If no, when you're going to create new one, you…
-
@"southpaw3229" wrote:... How do I save permissions? ... Hi @"southpaw3229", There is "Submit" that has to be selected at the end, after permissions change, so the change becomes saved: Did you do this? 🤔😉 Hope this helps.
-
Hi @"pmjboyle", Unfortunately, Dropbox doesn't allow unlimited transfer rate (or if allow it's for limited period only). That's why you're receiving such error. Instead of increasing parallelism, better limit explicitly to one download at a time. Would works much more stable in spite slower. Hope this helps.
-
Hi @"Lau85", Make sure you have selected the size column check mark: Hope this helps.
-
@"Takashi Homma" wrote:I would like to know whether the folder that specified in the Chooser widget is under a team folder or a user folder. Is there an appropriate API for this? Hi @"Takashi Homma", There is no direct API call that gives you that information. Once you get the file path (in the metadata) you can compare…
-
@"soubriquet" wrote:I'm just starting out with the Dropbox API and am trying to just see all my files that I had manually uploaded to my account. ... ... # Call the function to list files and get share links path = '/production' list_files(path) Hi @"soubriquet", Hm...🤔 Are "all your files" stored in "production" folder? 🧐…