Comments
-
Hi @"SamC88", Form design (or whatever else you decide to upload to Dropbox as a content) is up to you. It's your design decision and nothing related to Dropbox (or any other cloud service itself). Do you have any Dropbox related question? Have a nice day!
-
No - as far as I know. 😕 Will be glad somebody to refute me.
-
@"Steven424" wrote:We are on the same network but at his house. Does that matter? ... Hi @"Steven424", Yes, this matters, unfortunately. I was in the same situation some time ago. The only because from time to time invited persons use the same network (like in your case - at home), there was a message like yours. At the…
-
@"upty" wrote:... Please help me restore this to the old system, where I can have three computers always in sync. Hi @"upty", Better don't rely anymore on extravagant features like Dropbox Backup. While you need sync only, backup is not intended for such a usage! Just create a simple folder in your Dropbox folder named…
-
@"Greg-DB", Do you think they are so stupid not to understand what's on the screen and what they send (if they are, no any chance)? As I said, they just try push the case away, while demonstrating something is doing. The only way is @"sundares80" to reproduce it and send the results. One advice received there and ignored…
-
Hi @"sundares80", It's good idea to ask the TI support how exactly they reach to that conclusion. More steps to reproduce that inability to execute 2 consecutive requests would be useful - i.e. exactly what's the request content and so on. I just executed 2 requests - 1 list and 1 get temporary link - sticked together.…
-
Hi @"Greg-DB", Just checked and... now as seems it's working. 😉🙋 Thank you.
-
HI @"lazyCoder", I have to read more carefully too... or not. 🤔 As seems on libcurl, headers formats are swapped by mistake. Request range there is formatted rather as for response. I have no idea why, just checked; now as seems documentation is incomplete or... there is some bug if we assume documentation is correct.…
-
Hi @"nasta", The best way to use such application is contacting app developer for updates. For long time, already, new access token cannot be without expiration. Existing long lived token, issued long ago, may still be used, but new access token is always short lived! It's likely updating your application would solve the…
-
@"jack-gpt" wrote:... Is there a way to put it into production without making it publicly available? Hi @"jack-gpt", It's up to you, whether your application will be public or not. Your Dropbox' application profile is accessible behind corresponding Dropbox account only (i.e. your account). As far as your Dropbox account…
-
@"lazyCoder", You definitely demonstrate laziness when reading documentation (something matching to your nickname). 😁 When you're going to use some library, read the documentation of particular library first! 👈 Did you do that? 🧐 Sarcasm, of course. The libcurl documentation may be seen here. There are lots of options that…
-
@"Greg-DB" wrote:..., so you'll need to create new shared links for the fixed behavior. Yes, but no!!! Now, with new link the behavior changes, but stays incorrect; now with new link to the same file…
-
Hi @"djschoch", Take a look here for instance. You may use import, but it's not something mandatory. 😉 Hope this helps.
-
Hi @"Joe_AR", There are many different things that could get wrong that may lead you to such a state. It's difficult to point one (impossible actually). Typical mistakes are: * wrong account authenticated - you're putting files/folders in one account (authorized your application by mistake) and expect the same…
-
Hi @"Micki12", If you have question why particular application ask you to log in in such a way, ask... the application developer or support. I doubt somebody here, on this forum, can give you reliable answer of such a question. If you are not developer of the particular application, you cannot change the application…
-
Hi @"Lightfeather", Such differences may come up when you observe the same file with/on systems using different prefixes (binary - classical/old school fashion - or Si) and this file is few kilobytes at least (i.e. prefix appears). In your case Dropbox uses binary prefixes in all cases while Mac (more accurately Finder -…
-
Hi @"yuffie", There is easy workaround. 😉 Instead of waiting Dropbox decision whether to let the application access (identified with particular app ID), create your own and use it immediately. Even more, the review may has initiated automatically by Dropbox (after enough users are linked already), but the app author may be…
-
@"Greg-DB" wrote:@"Здравко"The URL to a particular file, with the file in the path of the URL, should point to the file in particular, and support downloading just that file in particular when using dl=1. I tried that and it did work for me. ... Hm...🤔 It's fine that it did work for you, it don't work for me though. 🤷 Yes,…
-
Oops... sorry. Before there was copy link feature... I by mistake tried copy to account, but the rest is the same. .... Note also that in the popup is not the file name, but the shared folder name! Even when I fetch the file link (using either the page code or API), replacing dl=0 to dl=1, leads downloading entire folder…
-
@"Greg-DB", Let me add something here. Yes, there was issue related to Dropbox Embedder itself ("was" because the current one is different and fully covers/blurs the previous, so no very clear - the issue me and you discussed above is now invisible). The current issue is Dropbox core issue! This issue affects everything.…
-
Hi again @"jpimbema", I just reproduced the issue and yes, I now recall that there is still unresolved incompatibility (not full compatibility at least) between Dropbox Embedder and new link format (especially folder links), unfortunately. Dropbox Embedded "forgets" that rlkey needs to be kept in nested file links. 🤷 It…
-
@"jpimbema" wrote:...: Anyone with this link: can view That's the actual link I copy into the embed code. In such a case your issue doesn't nothing to do with "edit link". It's just not "can edit" link type in such a case, but "can view". To be sure, you may recreate the link and check anew - the link you're using may be…
-
@"jpimbema" wrote:Only for the embedder. Thanks @"jpimbema". @"Jay", your mistake - nothing API related! As I said, check the actual link you have created - don't suppose it. In your account, on right of the folder, you want to show, is a share icon (it displays only when cursor hovered). Push it and see what's on the…
-
@"Jay", It's still not clear if particular issue is API related!!! That's why asked how it's used! That may be nothing API related at all.
-
@"jpimbema", Is that, you posted, used only for Dropbox Embedder or for other things too (like Dropbox Chooser)?
-
@"jpimbema" wrote:... Now, I've read that a link containing /scl/fo/ is an edit link. Why do some folders produce a link containing /scl/fo/ and others /sh/ while we explicitly ask for a read only share link? ... Hi @"jpimbema", There are 2 folder link formats (one is being in depreciation /sh/ and other - the successor…
-
Hi @"samanderson", Following your desire, you can do it in 2 nested steps. First you need to enlist all shared links using /2/sharing/list_shared_links and next in recursive way list all nested folders to for all links to shared folders using /2/files/list_folder/continue while keep in mind that the recursion must be…
-
Hi @"Greg-DB", I want to ask for one Dropbox Chooser improvement in context of the current thread (and not only - the same is valid for entire content of dropins). I think would be useful instead of relying on 'postMessage' (something that mandates popup window and button to work on same engine) communication to be…
-
Hi @"cantonfoshan", I just checked and everything seems working as expected. Are you sure your code has enough access there? 🧐 Share enough steps, so the issue becomes reproducible (code snippets if possible). Describe the link generation and its usage leading to the result described.
-
I just said it's more efficient - low latency (if this is important for you). Something that difficult can be achieved just looping with listing only. For individual account you cannot achieve information who changed particular file, only the file(s) can be figured out. For team account, you have to use team endpoints…