Comments
-
@"microworld" wrote:I have server A and server B in my network and I need to make a sync from my data files in server A to a Dropbox forlder in server B so my files can be uploaded to the cloud Hi @"microworld", Wouldn't Dropbox' LAN sync enough for you? 🤔😉 Good luck.
-
@"athithan" wrote:... is this an oversight in the SDK? It is, definitely! You can update it by hand, yourself (till official update least).
-
Hi @"dbmt", Take a look here if you want to know how exactly refreshing works. You'll need only the refresh token there though. Initialization of SDK in correct way would be enough. Hope this helps.
-
@"notredruide" wrote:... from "dropbox" to "dropbox-nautilus": Yes, good move! 👍 I didn't think of the dropbox-nautilus, cosa it too old. Anyway... you best know what you have done. 😉 And yes you can believe to the translator. 🙂 Моля! About the error message you have received (I saw you previous post that as seems was…
-
@"AZ92" wrote: ... The dropbox application is already for a while paused since 2 years. ... Ha..🙋 Then what surprises you actually and why do you place your OP at all?! It's normal - you just have one local folder named Dropbox and one Dropbox account - completely unrelated to each other. And will stay so while the…
-
Hi @"AZ92", Does you Dropbox application run at all? 🤔 The described leads to doubt is it working or not. Dropbox application is responsible for keeping in sync your online Dropbox content and local Dropbox folder content! When for some reason Dropbox application is stopped both places are not in sync. Make sure you have…
-
Hi @"notredruide", Try following list of commands: killall dropbox sudo apt-get purge dropbox rm -rf ~/.dropbox* wget https://linux.dropboxstatic.com/packages/ubuntu/dropbox_2020.03.04_amd64.deb sudo apt-get update sudo apt-get install $(realpath dropbox_2020.03.04_amd64.deb) rm dropbox_2020.03.04_amd64.deb sudo apt-get…
-
Hi @"morranjuke", Such thing could happen for variety of reasons. The information you provided is not enough for limiting them. To be aware where you're going on, start with empty string as a path when listing the folder and navigate to the right direction. Your path may be correct, but it's not clear where your API is…
-
@"dpellic996" wrote:... sorry for the confusion, i'm not very into these things and I find this very complicated! ... Hi @"dpellic996", As Greg already noted, you can initiate and perform authorization (granting access to particular account data) either by hand (without redirect URI; copy-past access code by hand) or…
-
@"RHyppa" wrote:I received about 75 .pdf's, can I print them all at once, or do I have to print each one separately? Thanks. Hi @"RHyppa", Walter is correct; that's something that's handled locally and usually you cannot rely on a cloud service (if not a printing one) to deal with this. Unfortunately, most of the…
-
@"Jeff B.63" wrote:..., my logic app has all the same content with the exception of User-Agent which in the Explorer shows as... Do I need to insert my own API name in there for the app that I created and has the same API Key? No, you don't need to change it at all. "User-Agent" header doesn't participate in any way to…
-
@"sonaknoon" wrote:... But why this one file in particular? If you look at my screenshot there are two other files that are created alongside "Browse.VC.opendb" and they are also gone when I exit the VS. But they don't cause any sync error because they are properly excluded from the Dropbox's evil hand. ... Hm...🤔 Good…
-
Hi @"sonaknoon", It sounds like whatever you have set, you don't ignore particular folder. If a folder is ignored, all its content is ignored (all subfolders and files). Did you check that the attribute you have set (com.dropbox.ignored) resides still in your attributes list of "Dropbox\!dev\.vs"? 🧐 Likely it dropped for…
-
@"ProducerChar" wrote:... when trying to save a file directly to Dropbox from Adobe Audition? ..., isn't the point of Dropbox to avoid that? ... Hi @"ProducerChar", In general when you use some service throughout particular product, which is not produced by the service provider, and some issue appear, support should be…
-
Hi @"pakk4", Before trying to do something read carefully all relevant documents (i.e at least curllib and Dropbox API documentation), something you skipped as seems. 🙋 In addition to what Greg said, be careful not to pass unsupported types (don't rely on C++ type checking since libcurl is NOT C++, but a clear C library,…
-
@"altie86" wrote: .., it didn't have one. In such a case your link is "fake" initially. Get the link anew (wipe it out and re-create if needed).
-
OMG. Yes, I agree: we're NOT on the same page! Your link is incorrect!!! I don't know how to say it and be clear to you. Don't you understand that you have it damaged? (again missing rlkey - why was you removing it) 🧐 By the way... you may expect another issue. Dropbox passes incorrect content type out and most browsers…
-
Yes, of course. 🙂 You didn't read my comments above. 🤷 Did you try to open that link through address bar in your browser? 🧐 Does it works? 🤷 Why do you expect to work in a tag?
-
@"altie86", The solution is simple: Just don't change anything in the initially provided link other that replacing "dl=0" to "raw=1". NOTHING ELSE!!! That's it. 😉 Nothing more. Your equilibristics of params make the link invalid. 🤷
-
@"altie86" wrote: ...@import url("https://dl.dropbox.com/scl/fi/<some generated text>/<filename>.css?dl=0&raw=1"); ... Hi @"altie86", It's a good decision to add "raw=1" param, but you don't need to keep "dl=0" param. Anyway... this is not the source of your issue. You have done something else - dropped one param existing…
-
@"mikechiu" wrote:... what the exact ratelimit for APIs that are not upload/download related since there's no exact document for this? ... Most API calls (not necessary upload/download type) deal in some way with account content. To avoid a mess as result of simultaneous access (race condition), all requests are strictly…
-
@"BradHenderson" wrote:... That works also, however after saving the text file from my app the Dropbox app is not triggered to sync with the cloud. If I go into the Dropbox app, open the Offline folder and open the text file and save it by tapping on the disk icon then it is immediately synced with the cloud. What I was…
-
Hi @"ferrous", The warnings, you received in terminal, denote some "old fashion" practices still used by Dropbox are already deprecated. This is not an issue yet; in spite deprecated, they are still NOT dropped. You description sounds like one other OLD bug, I signaled long time ago, but it's still not addressed. Better…
-
@"mikechiu", Did you see what's the response body? There should be explanation whether you made too many write operations or too many request of any type and that's why you're limited. Usually you should wait for some time (denoted in retry-after field) and try again your request. Good luck.
-
@"PeachBug", I don't know if your issue is the same or how similar it is, but as seems for some reason you have forgot the application key (that should be placed setup with data-app-key attribute). Just fix it. You can check what's there right now as dump (log or render) of Dropbox.appKey.
-
To be honest, I'm not aware of some recent change. Both scripts share the same name all the time, as far as I know. So when put on the same place one of them will overwrite the other always - the last wins, as I said! Maybe you have something changed in your page: different namespaces merge, order os scripts load change,…
-
@"Takashi Homma" wrote:... Can I use any API to determine which folder is being used? You (or your app user) can use any folder that the user has access to, so "which folder is being used" - not clear what you're asking for actually. If you want to know the types of folders (or namespaces) you can use…
-
Hi @"skezh1", Yes, of course, it's obvious. Both scripts share the same namespace and put there the same name - the last wins. 🙋 That's where your issue is coming from. By the way you're not using neither Embedder, Saver, or something like... hy at all you need the second script? 🧐 Just to make your life difficult? 😁 A…
-
@"jonokivex" wrote:I notice that share links include &dl=0 in them, so the embedder documentation should include this tidbit about removing it. ... It's not there since removing is not something mandatory. In general it's not need to be removed. I proposed it as a workaround. @"jonokivex" wrote:... @"Здравко" the & is…
-
@"prentrodgers" wrote:For both exclude commands (add, remove) you must be in the Dropbox directory. ... @"prentrodgers", No, you don't need to be in any fixed place (including in Dropbox directory, in spite possible). Wherever you are, you must point the desired folder correctly though (with either absolute or relative…