Comments
-
@"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…
-
@"jonokivex" wrote:... But, I didn't understand the second half of your message. Can you clarify? What do you mean the application hasnt passed production approval? ... I mean exactly what I said. If some application is gonna be released for many user (i.e. public use) your application needs production approval. If not…
-
Hi @"jonokivex", It's an easy workaround - just drop the last link parameter - "&dl=0". 😉 That's where your issue is coming from. Just put in your page something like: Dropbox.embed({link:…
-
Hi @"tkozuch", As seems you haven't read entire documentation. /oauth2/token endpoint can be used for different things including initial token receiving from access code (note here code, no token) where you get refresh token and access token on one side and consecutive usage to get access token from refresh token…
-
Hi @"sapg", Hm..🤔 To be honest I'm not sure what you mean and cannot agree or disagree. That what I proposed was a workaround for imperfection (softly said) about Dropbox links. All variations, I proposed, are free. Since your post is on non development thread, I didn't discuss any options Dropbox API related (your last…
-
@"Mick_C" wrote:... Out of interest, can an edit access user change the access levels of other users? No, only the owner and every user for herself/himself. What Mark advised will remove the content, but not the emails - just keep in mind! Good luck.
-
@"silsurf" wrote:... I dont see any of the incompatible characters? Is it that they exist "somewhere" within this folder? Is there a way to know exactly where the problematic folder is located? ... Hi @"silsurf", You don't see any incompatible characters since there are NOT such (😁 a good example of Dropbox error messages…
-
Hi @"sapg", Unfortunately such a thing is not supported by Dropbox (not officially at least). You can always make some upload using curl (or similar tool) though. 😉 You can trick (block in fact) your browser and perform dummy upload (not finished, since blocked in advance). Once you have all needed upload session data,...…
-
@"yekai426" wrote:I run into the same issue. Any solution? Hi @"yekai426", Which one issue? 🤔 If you mean that you don't know how to get to raw file content (either text or other one), that's not a Dropbox API issue - ask your platform support or read their documentation. You'll get as a file whatever you provide as HTTP…
-
Yes, refresh token doesn't expire automatic and you don't need any additional refresh logic (SDK has enough inside). 😉 Good luck.