Comments
-
@"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?
-
@"anas saifi" wrote:..., while creating an app on dropbox it asks for domain name but I am running my application on local host. ... It doesn't ask for, but you need it for your Chooser. In such a case your domain is just localhost. 😉 Good luck.
-
Hi @"anas saifi", You have 2 mistakes in your code (only the second got signaled yet). The link received is a shared link, not raw! Like any other shared link, it points to preview page of the pointed file, not to the file itself. What you're doing is trying to fetching that page HTML, not image data. Even if it was…
-
@"rashi" wrote:Is api.dropboxapi.com TLS1.3 compliant? ... Hi @"rashi", The only supported (and required) TLS is version 1.2. Dropbox API is compliant with neither older nor newer (i.e. 1.3) versions. @"rashi" wrote:..., what are the plans to support TLS 1.3 for Dropbox APIs There are not such plans (or not such…
-
@"rahulsharma1902", Dropbox API doesn't issue long lived access token anymore. All access token issuing at present are short lived and remain valid for 4 hours or so. For long term access, you need refresh token that doesn't expire automatic and can be used repeatedly whenever needed to "refresh" (regenerate actually)…
-
@"TazDevilLooney" wrote:... However the files which has gone to Dropbox has not arrived in my App Folder. ... 😁How many accounts do you have? 🙂 The files will go to the account authenticated with the token in use. If you have used someone else credentials that person "wins" for your files (the account space drain too). 😉…
-
As I said already and if you haven't count home name namespace as root namespace, then sarshavs and Tomer participate in different teams. Anyways... In all cases (as Greg agreed too) you can use copy by reference and remove the file from the source at the end. If we assume you can access sarshavs files with user id…
-
Hi @"TazDevilLooney", You should keep in mind that you're going to deal with addon that's still in development stage. Even more, as seems, this addon is NOT actively supported anymore. There are used some coding practices that are obsolete and dropped by Dropbox - something that can put you in issues if you don't have…
-
HI @"mikechiu", I just checked, to be sure, and it's working with either path or id. So no issue at all. In your description is not clear where you got the file id in use. Does it belong certainly to the file you uploaded (or any other file in your Team_shared_links_inheritance folder)? 🤔 If not, this is the issue. If no…
-
No, all namespaces (user/member folders, including the one of the admin) are in the same account root of a single account. It sounds like you have different accounts (that by mistake you count as a same). In such a case you can copy desired content in other ways. One possible such a way is to share (possibly temporary) the…
-
You have set either incorrect path or wrong namespace (or both of them). Try list all files/folders in your root (empty path) to see where are you and navigate to the correct path. 😉 Good luck.
-
Hi @"sarshavs", If you take a look on the response body, there should be more descriptive message of what's got wrong. Happy new year.
-
@"rahulsharma1902" wrote:I get image name and id from drop box using api But now I don't know how I can use this image name in img tag ... Hi @"rahulsharma1902", You can use this image name in img tag as far as you could for any other file from any other place 🙋 (i.e. you cannot). @"rahulsharma1902" wrote:... can you give…
-
Hm... 🤔 Ok, but the result gets printed out from "line 3177" on one side and code you show appears on "line 322"on other side. Isn't a bit strange? 🧐