Comments
-
@"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? 🧐
-
Hi @"YanivB", Is it certain that the response you got comes from the code you think? 🤔 It doesn't look so (there are some differences). Make it sure. Wipe out of your code all similar looking functions that may be called by mistake instead of the target one (or make their names significantly different so to be difficult…
-
@"Mick_C" wrote:... Does anyone have any ideas on how the whole lot can be deleted? Yes, the owner is not needed to remove yourself from the shared folder. The easiest way is to just delete that folder in spite your email will left there. A bit more complicated way is to unshare the folder. Navigate to your shared folder…
-
@"ms97" wrote:... When using bi_automation, it still only stores files inside the app folder. ... What do you mean when you say "using bi_automation"? 🤔 Did you change only the app key only and continue use the existing tokens or perform full re-authentication? 🙂
-
Hi @"ms97", No, your application doesn't have such permission. You have limited your application permission to access (not only save) files and/or folders within app specific folder only and nothing outside. That's your choice! As seems, this choice is unintentional. You need full access application, not app' folder type!…
-
@"mikechiu" wrote:... However, I got different response from Team Space and Team Folders model. ... Hi @"mikechiu", While you work on different accounts (either with different or the same configuration) it's normal to have different responses. Different accounts may have different content (alongside the configuration)…
-
In general modifying the folder should not affect probability for exception appearing, but cannot prevent it. Some decrement may happen if different files/folders appear in different namespaces (namespaces are locked independently, so less likely compete), but better don't rely on. Again, try to schedule the uploads in non…
-
@"rdyar", Probably you're using some custom version of the command. This tool is OS agnostic and is used in the same way on every OS and that's why preferred when examples are provided (aside of its powerful support for almost all recent protocols versions and all their varieties). The documentation can be seen here.…
-
@"Здравко" wrote:... For long term access you need refresh token that doesn't expire automatic and can be reused. ... @"rdyar" wrote:so basically you can't just have a simple script run on a schedule (not an app that is running) and be able to access the users files without having some sort of interactivity to…
-
@"rdyar" wrote:... since I'm guessing I am misunderstanding the purpose of the app id/secret. ... Yes, for sure. As their name part (app - 'app' key/id and 'app' secret) suppose, it's not account related, but application related. To access particular account related thing (like listing some folder in Dropbox account, even…