Comments
-
@"janecaruso" wrote:.... If you have better advice, I am listening. @"janecaruso", hm.. 🤔 Probably I forgot, but if scroll up, you may see some advices... 🙋
-
@"janecaruso" wrote:I went in and changed my preference to online only...... @"janecaruso", Can you explain to me how exactly you changed "Selective Sync" to "online only"? (something impossible by the way) Did you read the article pointed by the my link above? Take in mind that "Smart Sync" (the only thing you consider)…
-
@"janecaruso", Isn't Selective Sync working for you? 🧐
-
@"baltasarq" wrote:... DbxCredential credentials = new DbxCredential( getString( R.string.dropbox_token ), Long.MAX_VALUE, result.getAccessToken(), getString( R.string.dropbox_key ), getString( R.string.dropbox_secret ) ); client = new DbxClientV2( config, credentials ); ... @"baltasarq", You can correct the above code in…
-
@"baltasarq" wrote:The problem is that I'm not using the HTTP API, I have to refer myself to the Java SDK API, ... You don't need to do much more than you already have done. You're using HTTP API actually, in spit not directly; That's what Dropbox SDKs are for (not only Java Dropbox SDK). 😉 Of course, you can manage the…
-
Hi @"baltasarq", Take a look on a nearby thread. It's almost the same (different languages, but the same idea).
-
@"isaacfink" wrote:I is there an example of an 0auth flow? I would like to run it once locally so I can get the token Hi @"isaacfink", A good and simple example for running locally can be seen here. You have to follow all steps (without the last one; it's executed inside SDK). Since PKCE is no used there, you'll need pass…
-
To do that you need to use WithPathRoot. By the way, team folder id is neither admin nor member id. That's why you got the error. 😉
-
😁 Yes, but here the PDF is still not open. Try the same view like in your previous screenshot you posted (the one I talked about). 😉
-
Hi @"borhene", By default, all calls to access content are rooted to user/member folder (not to account root). On personal account, account root and user folder are the same thing, which is NOT the case for member of team account (seen on your screenshot too). To be able list something outside member folder, you have to…
-
Would be strange to be a Xiaomi issue since Firefox is independent software and is supposed to be the same everywhere. On your screenshot, ellipsis appears on correct place; what menu comes up when you tap on there? Can you post screenshot showing this menu?
-
It's latest version of Firefox on my Android 10 phone. Add: One more clarification is that I always use desktop view. In regular view some things don't show well (not Dropbox menus only).
-
Hm... 🤔 Selecting 'Edit' lets me edit pdf: What happens when you tap on 'Edit' in your menu? 🧐
-
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.