Comments
-
Hi @"VoroMotors", As seems you have fixed your issue related to the posted error message. As you have found out you have to specify the user context behind which the action gonna proceed. All goes good till here. Just to clarify: by default all user API calls (either direct API calls or performed through SDK) work on user…
-
Hi @"XiangZhou", As seems, there is no option to 'merge' files/folders using move by now. What you can do depends on what exactly you want achieve. If you just want to replace the existing folder, it becomes easy - delete the existing folder and move there the desired one (on the follow up try, after the remove). In such a…
-
Hi @"MaxHS", Take a look on a workaround here. It may work for you too. 😉 Good luck.
-
Hi @"babydream", Yes, link to a file/folder can be created single time only. When try again, you get back error showing that link exists. In many cases, like yours, the actual link comes together with the error and you may fetch it out from there (take a look here for example how can be done). If the link doesn't accompany…
-
@"AVP" wrote:..., will this fix be temporary until something changes again? Or this a permanent fix? ... Hi @"AVP", This form of link representation isn't something new, so it's not a fix. You can represent in such a way any Dropbox link (or least most of them). About are there any chance this to be stopped... Good…
-
@"credentially-dev-team" wrote:... FileMetadata(..., size=0, ...) So my problem has nothing to do with the file itself because it has been uploaded into another folder successfully: FileMetadata(..., size=0, ...) What do you think it could be? Hi @"credentially-dev-team", I think you cannot read those empty archives…
-
@"Sam DBX" wrote:..., as some of our internal tests don't capture all reports. ... Hi @"Sam DBX", Do you have such tests at all? 🧐 That would impress me! I have some experience in testing and know that such tests are sophisticated; it's not just to put the code in some condition and expect it to succeed or fail. Here the…
-
@"Nancy" wrote:... Anyone who still has issues with this, please log a ticket with our support team via this page. ... Hi @"Nancy", Did you try install the application? 🤔 If so, did it start work immediately? If so, you're lucky girl! 😉 Try unlink and relink anew (if needed multiple times); for sure will get to described…
-
@"Jay" wrote:... Could you clarify where this link is being generated from? Are you not able to install the Dropbox desktop application directly from the site? ... @"Jay", Did you try install the application (especially more recent versions)? 🧐 Try before ask something reported already so many times. 🤷 There are number of…
-
@"suevanh" wrote:... It wasn't solved, from what I've read. Hi @"suevanh", What would you accept as solved? 🤔 The forum here is for Dropbox related things (Dropbox applications, Dropbox API, etc.). In the OP, trouble is NOT related to any of them and that was clarified. If you have problem with some third party app, ask…
-
https://dl.dropbox.com/scl/fi/8sm34royqnuqvo419xeaf/08_08_23-alta-intensita-compr.mp4?rlkey=0z1p7anguuvl1x2pkr9bn7q3f
-
Hm.. 🤔 Ok. Try something else. Wipe out dl=0 parameter (again not entire query) and parameter separator, instead of changing the parameter and change the subdomain 'www' to 'dl'. Does the link work everywhere now?
-
Hi @"simona flamantes", You always need to change parameter 'dl' with value 0 to parameter 'raw' with value 1 and nothing more. It's still the same. Before, in the query (the part after '?' in the URL) was single parameter (the one you need to change). Now, there is one more, nothing else! In a URL, parameters are…
-
@"SoCalSam" wrote:... No. Very different meaning. I am trying to say that when I use ~/.dropbox-dist/dropboxd I cannot do anything else and you are saying that I just cannot execute another daemon. Very different meanings. When I issue that command I get the following in my command window: ... Ahh... I didn't suppose you…
-
@"cjscheller" wrote:... Here is an example public video file that I am trying to host on a website: https://www.dropbox.com/sh/2wosdax2v7ud8sg/AACmnpMe_qveJOvPuxMtj0L8a/DJI_0490.MP4 ... The issue of playing this video is not related in any way to the link. The codec in use (MPEG-H HVEC H.265) is proprietary 😕! Firefox is…
-
@"cjscheller" wrote:... This appears to be due to the fact that the Dropbox share links (both https://dl.dropboxusercontent.com/sh/XXXX?raw=1 and https://www.dropbox.com/sh/XXXX?raw=1) are returning a MIME/content type of "application/json" rather than the expected "video/mp4". ... Hi @"cjscheller", Wow... Is there any…
-
@"Rushik Binary" wrote:... I have to get a token from API ... Hi @"Rushik Binary", In general API consumes access token (refresh tokens too - indirect), it doesn't give you any token. Different types of tokens (access/refresh) can be acquired through OAuth flow in one (access token only - short lived) or more steps…
-
Hi @"ravikiranreddy", Yes, you need refresh token that can be used to programmatically get access token without further user interaction. Take a look here how can be done. Hope this helps.
-
What I said: @"Здравко" wrote:... The daemon can run just once per user context. If you have one running already, you cannot run another ... ...and what you're saying: @"SoCalSam" wrote:... but I cannot run anything when the daemon is executing. Hm...🤔 Yes, 🙋 different words order, but the same meaning, I think. Don't you…
-
Hi again @"lalith-mcw", I just tried it out and it's working for me. Are you certainly passed the refresh token to and not something else? 🧐 Also to work correctly, the app key must match to the refresh token (for PKCE app secret is optional, but when given must be correct and matching too). You can check if your params…
-
@"lalith-mcw", the script you linked to doesn't generate refresh token! Only access token comes there out. As you know, it's short lived. Use any of the other 2 scripts in the same folder to get refresh token. When you have correct refresh token (not just access token passed as refresh one - so would become invalid)…
-
@"SoCalSam" wrote:... That command was not installed. I used the instructions in Install - Dropbox to install Dropbox. ... @"SoCalSam", On the page you linked to are different instructions (2 groups actually). If you have followed the first group, then you should have the command installed (it's internal part of the…
-
Hi @"SoCalSam", When you want to just share something between VM and host (whatever they are; including VM Linux & host Windows, but not only) sharing a local folder using the virtualization system (in use) capabilities is much simpler and safer way that use of any external sync system (including Dropbox) and engages less…
-
@"Thang2000" wrote:... Also, what is the proper way to handle this, right now I'm doing: try: dbx.files_copy_v2(from_path=entry.path_display, to_path=path_to_autopdf_folder) except WriteConflictError as e: but getting "catching classes that do not inherit from baseexception is not allowed python". ... Hi @"Thang2000", In…
-
@"DB-Des" wrote:... Those are typically the reasons why invalid_access_token error would be thrown for a refresh token. @"DB-Des", Is the API that returns the 'invalid_access-token' error in such cases? 🧐 Isn't better making error text to match what actually happens? Why when error code is 400 and match to 'invalid_grant',…
-
You don't need anything else to stop the process since your haven't unlinked another application yet (again, no sign out and no device 😁). Have a nice day!
-
Hi @"lalith-mcw", Haha.. 😀 You just found out a imperfection in Dropbox Python SDK. It doesn't make distinct between access token and refresh token. As seems your refresh token is invalid for some reason, but according to the message, you received, the access token became guilty (token that doesn't exist yet). 😁 Just…
-
Hi @"Nancy F.1", You can do what you want, don't worry. Yes unlinked application cannot keep Dropbox files in sync, but as soon as you link particular application back, the Dropbox folder will get in sync. Till then the status gonna be like net is missing. About termins clarification: Device cannot be linked to Dropbox,…
-
@"feliks PROLAND" wrote:... Is it possible to stop it? Hi @"feliks PROLAND", No exactly to stop, but there is a way. You can restore all just deleted, so nothing dramatic; just do it. Dropbox keeps the things in sync; it sync file content as well as file move, creation, deletion, etc. All this gets done immediately or when…
-
Hi @"muxxum", Take a look on another thread. It may helps to you too. 😉 Good luck.