Comments
-
Hi @"genieprimetime", Did you try to just append "&raw=1" to the link? If not try it. 😉 Hope this helps. Edit: My mistake! For this link you would need to append "?raw=1". (it's the only param here)... Or not...🤔 Are you sure the link match to the image? I don't think so... You have edited it! In all case just replace the…
-
@"williamb11", Don't mix preview (that what you screenshot shows) and open. Such type of files will never preview on any machine in any browser - Dropbox just doesn't support preview for all files. Hope this sheds some light.
-
@"williamb11" wrote:... The odd thing is that when I click to open a Lotus file in the same Dropbox folder on laptop C, it opens first time without my having to download it first. Can anyone explain this, please? ... Hi @"williamb11", It's simple - you don't need to download something that's already there. 😉 On others you…
-
In short, you cannot do it in that way. In more words: Dropbox Embedder works only in browser and that's why you cannot do it in the way you intent to (server side). You can do something similar, but without Dropbox Embedder. In fact you should re-implemed entire rendering process (on your own) using Dropbox API on…
-
@"Saif Lajmi" wrote:... i dont find any documentation contain the embeder ... @"Saif Lajmi" wrote:... // Shared link to Dropbox file link: "https://www.dropbox.com/sh/keptcjl08q3wsid/AACui966iXcXPbagCJ2py2L-a?dl=0", file: {... Hm..🤔 Where you get that link from? Probably there is no any documentation. 🤷 Rhetoric, of…
-
Hi @"Saif Lajmi", Dropbox Embedder is a prebuilt component, not just some name as you think as seems! Ensure usage of this component and don't "transform" it to inline frame. Dropbox links cannot be rendered in such a way. Hope this gives some direction.
-
Hi @"hhting", Yes, maybe an example might add more clarity, but the description is there and you may derive expected format. Just an example: { ".tag": "failed", "failed": { ".tag": "access_error", "access_error": { ".tag": "invalid_team_folder_id" } }}
-
@"andyyoung" wrote:... Is it possible to use Dropbox API to make this real? ... Hi @"andyyoung", I don't know how much programming experience you have, but as seems you are "flying" too much in all those clouds (if I could say so). To one or other extends everything is abstracted. Let see the files you save on your drive.…
-
@"user44" wrote:... Is there a way to get FileMetaData objects instead of MetaData ones directly via API call, using the Java SDK? ... Hi @"user44", The Metadata class is just a basic class that multiple other classes derive from. This class is the common things between FilesMetadata, FolderMetadata, and DeletedMetadata.…
-
@"dgtal box" wrote:... Any solution for a folder? No, that trick doesn't work for folder links, unfortunately. Even if that works, you would need to unzip the content (a zip file would come up, not something else). You could walk through the particular folder tree and download all files while recreating the tree locally…
-
Hi again @"dgtal box", Yes, as mentioned in another thread here on the forum where you participate too, there are some issues with CORS. You still can request the pointed file with some tricks, like following: As you can see it's possible. Just change the domain as shown and that's it. The missing header, as in your case,…
-
@"dgtal box" wrote:... All i got everytime are invalid files. Hm...🤔 What is that what you got? 🧐 Is it the shared link itself? Or... not exactly. 🙂 Where you copy it from in gedit? If you want, you can clarify what's going on by posting some code snippet that'll let the issue reproduction. So, likely will be more clear…
-
Hi @"dgtal box", It's never good idea using temporary derivative of shared link. The issue here is that... it's temporary - that's why expires. Use either the shared link itself or supported modification only instead. 😉 Hope this helps.
-
@"abdallah" wrote:... but how can I specify the `"path": "/Homework/math/Matrices.txt"` as in the `finish` docs? Am I getting something wrong here? Hi @"abdallah", Honestly, I cannot understand what are you asking for actually. 🤔 You ask for something that you have already explained in your question. Yes, the path is just…
-
Hi @"ssergio", Your links are links to folders. Unfortunately, Dropbox provides endpoint to add only file as a single call (/2/files/save_url), not folder. You may try walk through the folder tree in a script and add all files one by one. Other solution may be download all folders locally in your Dropbox folder using…
-
Hi @"mitja", Dropbox has GUI and if you system covers all requirements, than you should be able access preferences and change Dropbox folder place from there (just move the folder by hands is not supported on any system, including Linux). Typically you can see Dropbox icon near you system clock or, if there are too many…
-
@"tahjdbx", As seems you're totally out of topic. 🤷 The issue is not that some prompt that invites for authorization comes up! The complain is about fact that is needed a link without redirect and a way to avoid 'attachment' directive in the header - something that seems missing for no redirect links while available for…
-
Hi @"lubernar", First of all, how long take between access code getting and using it? 🧐 This code is for single use only and is short lived 10~15mins. It sounds like, you kept it too long before usage. Next thing, not signaled yet is usage of multiple basic authorizations at the same time (2 ways of all possible while 1 is…
-
@"mikechiu", I'm not some Dropbox system designer and that's why can only speculate on this. I agree that it's somehow confusing since not systematically documented (not yet at least). I just took a look on other posts from you and saw that you have created (or was trying to create) shared link on places where links are…
-
Hi @"c_porter", There is no way you have some mistake in such a situation. You description sounds like a bug in your NAS OEM software though. By default Dropbox API (the one most probably used in your software, as Rich mentioned) uses the account home folder (i.e. the particular team member own folder) only. When needed,…
-
To be honest, I'm not familiar with the mentioned package. I cannot imagine any package, targeting particular platform, to expect exclusion of the same platform though. 🤷 (including arm64, but not only) PS: Probably you are trying to do something like cross-compilation with pre-build package. Clarify to yourself what…
-
@"mikechiu" wrote:..., I got two different responses with/without Path-Root header. ... Hi @"mikechiu", It's normal, since by default (when nothing set) your Path-Root is your home folder. Let's recall your test folder is outside your home folder. So, without Path-Root set to your team space, the target folder is…
-
Hi @"gcarl", You have excluded an arm64 part (the Dropbox part) from your arm64 (Apple Silicon) project (why at all 🤷). At the end you got surprised that your build system "informs" you about that. Am I missing something? 🧐
-
Hi @"saqib-shafique", As the error message says, you have tried your code more than once. 🙂 This code is for single time use only. Even more - if not some copy/paste mistake, your URL is incorrect. The ending ("grant_type":"authorization_code") has nothing to do there. If you cannot get in touch/understand with your error,…
-
@"FritzTheBox", Your link for sure will get back "Server not found". Try guess why? 🙂 Is there subdomain "wwww"? 😁 Something else is incorrect too - separator between the URL path and parameters! 😜 Where you copy this link from? Or... maybe it's too "obfuscated". 😀 (especially in quotes) Valid params are only "code" and…
-
@"FritzTheBox" wrote:The www did not work for me either. It seems that this call is not supported at www.dropbox.com. ... It is supported, definitely! Even more, when the domain is without leading 3w, a redirect should come that redirect to there and may show up something like: I don't know why this doesn't work for you…
-
@"programmer" wrote:And how can I get a SharedFolderMembers instance, ... Hm..🤔 What are you calling your getUsers() upon? What type is that object? 🧐 🙋
-
Hi @"JHB3", As a workaround, you may try prepend dropbox in address link with "www." and see if that works. For instance the second address may look like: https://www.dropbox.com/desktop/oauth2?code=gbvf1MCDJ_oAAAAAAAAQrJ8SeOG1B8qlCu3AML7jUBw&state=DO-H1d2-RZ_GyFBEPJNe6mGKxTTxKlcZYdyCUI52PdA Good luck.
-
Hi @"programmer", You're checking users! Did you check invitees? 🙂 Good luck.
-
Hi @"Magicmat", Dropbox doesn't provide such an option, unfortunately. Everything that Dropbox deals with is in single folder (or subfolders inside). There is no way to set something outside Dropbox folder on the same drive, what to say about to be on different drive. You can move entire Dropbox folder only (either on…