Comments
-
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 ****** 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.
-
@"upixinc" wrote:... We could not access the media at the URL https://www.dropbox.com/s/5tk191ae55pii8l/1.jpg. A 403 HTTP status code was received. Ensure that the server or firewall configuration is not blocking Amazon servers from accessing the media. ... Hi @"upixinc", Yes, the media couldn't be accessed since there is…
-
Ok, let see what you have already done. When your authentication succeeds, you're receiving DropboxAccessToken object and print it out. This object contains the actual access token, user id, refresh token, and token expiration timestamp. Unfortunately, when just printed (as you have done) it outputs only the access token…
-
@"Andrew73" wrote:... clicking on "View file" does nothing. It doesn't even seem to exist on Dropbox either. ... Yes, it's normal such file to neither exist on Dropbox nor be possible viewing. As I said, such a file name gets rejected on early stage and cannot exist in Dropbox! Don't try to find it online or on other…
-
Hi @"Andrew73", Unfortunately, Dropbox file/folder names may contain only symbols part of basic multilingual plane of Unicode (😡 Big drawback 😕). You have 🌼(daisy) in your file name that's out of that symbols set. So in spite acceptable on all present day systems (including all supported by Dropbox), Dropbox itself reject…
-
@"YanivB" wrote:..., because that is the only parameter (As String) i see from SDK that present: Owo...🤦 You're killing the fish... 😁 Ok, 🤷 ... @"YanivB", Let's see what you have up to now: There is an only method that accepts string and that method doesn't work for you. 🤔 Doesn't it sound logical to move the focus from…
-
@"YanivB" wrote:... 3. Than when the app init, I use this reauthorizeClient : ... Hi @"YanivB", Why you decide that reauthorizeClient accepts access token? Take a closer look on method declaration and you'll see it accepts user ID (behind which there should be stored already some access token). In other words, you cannot…
-
Hm...🤔 Ok, everything seems fine. What's wrong? 🧐 You still haven't consumed the response content (i.e. the image): bodyUsed: false PS: You question is not Dropbox API related, so take a look in some tutorial/documentation (like here) how you can use such object. Good luck.
-
@"anas saifi" wrote:sorry but it didn't workout 🙂 Hm...🤔 What do you mean? There were number of mistakes... Did you fix all of them and what "didn't workout" exactly?