Comments
-
Hi @"calvinbradshaw", In browser view, when you tap on the ellipsis (three dots) doesn't 'edit' bring up in the menu? 🧐
-
Hi @"David130", Hm.. 🤔 Why you need 2 folder at all? You can set file request and shared link to a single (the same) folder. 😉 Isn't easier? Hope this helps.
-
@"tcnolan7" wrote:..., is it possible to achieve the same results using the API? ... Hi @"tcnolan7", Nothing can stops you do that. Of course, if we ignore that you would need to implement everything, implemented by the Embedder, yourself. A pros can be that you can make everything more customized. 😉 Good luck.
-
@"chibyk101", Try something more simple before jump into the deep (redirect URL). Take a look at this thread beginning. Make sure you can do as noted in solution and after that try experimenting. 😉 Good luck.
-
😁 Let see... where is the rlkey parameter skipped on processing? 🙂 It becomes so when the things get changed from now for yesterday...
-
DbxClientV2 client = new DbxClientV2(config, new DbxCredential("", 0, refreshToken, appKey, appSecret))
-
Hi @"jdinca", As you probably know already, Linux is NOT first class citizen in the Dropbox "city", unfortunately. There is no supported way to do what you're asking for, but you can workaround using some tricks. 😉 Once the system reinstal and new configuration complete, you can temporary rename the existing Dropbox folder…
-
Hi again @"YanivB", Once you have credentials received somehow you can just use them. You can take a look on one example shown here. It can lead you through the general steps that can work everywhere. You can optimize the way of usage as shown on android example. Otherwise you can construct DbxCredential object and use it…
-
Hi @"YanivB", You have probably read some old tutorials and you miss that long lived access token had deprecated and generation of new long lived access token dropped some time ago. That's why your access is limited in time - something normal since relying on access token only. You can still achieve long term access, but…
-
Hi @"KGalloway1987", Despite of Dropbox is sync service, Dropbox mobile applications (including Android' one) don't do this. Such application only lets user access and manipulate files online only (including moving them). Setting some of the files "offline" mean they are cached for access when you don't have network…
-
Hi @"GrazianoD", Yes, it is possible despite of you cannot do that with the form of link you received initially (it directs to preview page). There are possible different form of shared links and all of them have one or more parameters. One of those params is 'dl' (initially this params carry value '0', i.e. it's 'dl=0').…
-
@"henrikstaaf", as seems your application is application folder application. You should take in mind that all paths are rooted in your application (its own) folder, not the account one (something you seem haven't done)! Try with a path like '/se/1bvt14' to list your folder. 😉 Hope this helps.
-
Hi @"henrikstaaf", One possible thing is you have a real permission error, as stated in the message. If you try to read a local file and put it on the same place as 'local_download_path',... Did you try it? Or just try to save some dumb content there (instead of real content download from Dropbox), just to check if you're…
-
@"diffeyewear" wrote:... but now some URLs have the /scl/fi/ instead of /s/ and those links do not work for this. Example link is: https://www.dropbox.com/scl/fi/q7o6g7yff9kfl49fb79zv/BELLA-II_DE01-0171-TABGP_ANGLE.jpg?rlkey=4qsw23daxwmryl25rs4qu4wzw&dl=0 ... Hi @"diffeyewear", Did you try an entry like:…
-
Hi @"squidlauncher64", You didn't account that 'blob' method doesn't return actual blob, but Promise object wrapping this blob! That's where all your troubles come from. Also when you try to stringify some object, you're getting object declaration (no actual data) and that's why appear so short result - "[object Object]" -…
-
@"NJ-Gonzo" wrote:... but I need a way to embed the dropbox folder on the page after they log in. ... Hm.. All good, but what you're doing in code posted in OP doesn't meet "embed the dropbox folder on the page"! To be able embed something (your folder) somewhere (on any page including yours), you need to select place in…
-
Hi @"NJ-Gonzo", Hm..🤔 Why would you want to "embed" Dropbox link in a new window? What does actually mean embed here? 🧐 It would be more meaningful, I think, to just launch you link in the new window like following: window.open(LinkID, '_blank', 'width=1200, height=800'); Don't you agree? 😉 Hope this helps.
-
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…