Comments
-
Hi @"ssergio", Your links are links to folders. Unfortunately, Dropbox provides endpoint to add only file as a single call (/2/files/save_url), not folder. You may try walk through the folder tree in a script and add all files one by one. Other solution may be download all folders locally in your Dropbox folder using…
-
Hi @"mitja", Dropbox has GUI and if you system covers all requirements, than you should be able access preferences and change Dropbox folder place from there (just move the folder by hands is not supported on any system, including Linux). Typically you can see Dropbox icon near you system clock or, if there are too many…
-
@"tahjdbx", As seems you're totally out of topic. 🤷 The issue is not that some prompt that invites for authorization comes up! The complain is about fact that is needed a link without redirect and a way to avoid 'attachment' directive in the header - something that seems missing for no redirect links while available for…
-
Hi @"lubernar", First of all, how long take between access code getting and using it? 🧐 This code is for single use only and is short lived 10~15mins. It sounds like, you kept it too long before usage. Next thing, not signaled yet is usage of multiple basic authorizations at the same time (2 ways of all possible while 1 is…
-
@"mikechiu", I'm not some Dropbox system designer and that's why can only speculate on this. I agree that it's somehow confusing since not systematically documented (not yet at least). I just took a look on other posts from you and saw that you have created (or was trying to create) shared link on places where links are…
-
Hi @"c_porter", There is no way you have some mistake in such a situation. You description sounds like a bug in your NAS OEM software though. By default Dropbox API (the one most probably used in your software, as Rich mentioned) uses the account home folder (i.e. the particular team member own folder) only. When needed,…
-
To be honest, I'm not familiar with the mentioned package. I cannot imagine any package, targeting particular platform, to expect exclusion of the same platform though. 🤷 (including arm64, but not only) PS: Probably you are trying to do something like cross-compilation with pre-build package. Clarify to yourself what…
-
@"mikechiu" wrote:..., I got two different responses with/without Path-Root header. ... Hi @"mikechiu", It's normal, since by default (when nothing set) your Path-Root is your home folder. Let's recall your test folder is outside your home folder. So, without Path-Root set to your team space, the target folder is…
-
Hi @"gcarl", You have excluded an arm64 part (the Dropbox part) from your arm64 (Apple Silicon) project (why at all 🤷). At the end you got surprised that your build system "informs" you about that. Am I missing something? 🧐
-
Hi @"saqib-shafique", As the error message says, you have tried your code more than once. 🙂 This code is for single time use only. Even more - if not some copy/paste mistake, your URL is incorrect. The ending ("grant_type":"authorization_code") has nothing to do there. If you cannot get in touch/understand with your error,…
-
@"FritzTheBox", Your link for sure will get back "Server not found". Try guess why? 🙂 Is there subdomain "wwww"? 😁 Something else is incorrect too - separator between the URL path and parameters! 😜 Where you copy this link from? Or... maybe it's too "obfuscated". 😀 (especially in quotes) Valid params are only "code" and…
-
@"FritzTheBox" wrote:The www did not work for me either. It seems that this call is not supported at www.dropbox.com. ... It is supported, definitely! Even more, when the domain is without leading 3w, a redirect should come that redirect to there and may show up something like: I don't know why this doesn't work for you…
-
@"programmer" wrote:And how can I get a SharedFolderMembers instance, ... Hm..🤔 What are you calling your getUsers() upon? What type is that object? 🧐 🙋
-
Hi @"JHB3", As a workaround, you may try prepend dropbox in address link with "www." and see if that works. For instance the second address may look like: https://www.dropbox.com/desktop/oauth2?code=gbvf1MCDJ_oAAAAAAAAQrJ8SeOG1B8qlCu3AML7jUBw&state=DO-H1d2-RZ_GyFBEPJNe6mGKxTTxKlcZYdyCUI52PdA Good luck.
-
Hi @"programmer", You're checking users! Did you check invitees? 🙂 Good luck.
-
Hi @"Magicmat", Dropbox doesn't provide such an option, unfortunately. Everything that Dropbox deals with is in single folder (or subfolders inside). There is no way to set something outside Dropbox folder on the same drive, what to say about to be on different drive. You can move entire Dropbox folder only (either on…
-
@"Opus_the_Penguin" wrote:... Anyone have any idea how this might be fixed? Hi @"Opus_the_Penguin", The only way is Dropbox development to fix it, of course. You may try work it around by clear the application cache either within the application itself or the phone settings. So, the cached version gets wipe out. On next…
-
@"jay-8" wrote:No. ... However you want... but try it. 🤷 It wouldn't bit you. 😁 @"jay-8" wrote:... Can't find anything like this now: https://dropbox.tech/developers/debug-your-dropbox-app-with-app-error-logs ... As far as I know such features are dropped and no more supported. @"jay-8" wrote:... Everything seemed to work…
-
Hi @"JohnAdam_CUNY", There is UserSelectorArg class that you can use, but as element in list. The method expects list, not a single object! You may construct object instance by providing its type and corresponding value. Better use the conveniences methods targeting different union entries though - team_member_id,…
-
In general the idea is you make sure there is least one sign in over past calendar year at every one moment. This is the only mandatory thing. Of course, you can organize this in the most convenient way for you. Usually, it is better spread the things as uniform as possible. So if you skip/forget some sign in, there will…
-
@"jay-8" wrote:... I can't catch any errors using 'catch (AggregateException ex).' ... Hi @"jay-8", Did you try catching Dropbox.Api.DropboxException or some its derivative exception? 🧐 😉 Hope this helps.
-
@"kaFxo3-zigkad-nerxyb" wrote:..., or will signing in alone keep the account live? This is absolutely enough. Just take care to be least one per year or better twice.
-
@"kaFxo3-zigkad-nerxyb" wrote:... Hence, all those warnings have terrified me that my account might be closed! 🙂 No, relax. All those messages don't show (themself alone) that you account is going to be closed. Keep your account in touch though - i.e. access it and check for some messages from time to time! So you wont…
-
Hi @"kaFxo3-zigkad-nerxyb", Just ignore all those messages. They are too old and describe things had happened long time ago. Whatever described it's no more actual. 😉 Currently your account is definitely not over-quota! That's what matters. Good luck.
-
@"deco10" wrote: ... https://dl.dropboxusercontent.com/scl/fi/blablabla/image.jpg?dl=0&rlkey=bbbmm&raw=1 It does 302 redirect and ... Hm..🤔 I just tried with one image and the result follows: As you can see, no any 302 redirect. 🙋 Just 200 status code. On other side with unchanged domain and set raw=1: Of course, here is…
-
Hi @"marchenkovasea", The issue you're experiencing is related to Windows file path length limitation and particular application' implementation details (things that can provoke limitation effect). You first file path length (the troublesome one) exceeds the limitation and that's why cannot open. The second path length…
-
Hi @"cristpol95", It's easy, just don't assume the method you're using works with regular expressions (unfortunately). 🤷 Where did you read this? 🧐 In general it's good idea not to assume anything if not explicitly written somewhere. 😉 In your situation you're looking for file or folder named exactly as your query string…
-
@"fourbanks" wrote:... yes, but it still shows up as 32bit as per screenshot ... Hi @"fourbanks", Ha..🙂 Yes and No. Your screenshot shows where your application executables are placed on, not what types (32-bit or 64-bit) they are (or not necessarily at least). In particular, the installer and uninstaller (themself) are…
-
Hm..🤔 In such a case you are not over limit. Are you sure the message tells you that your are over limit or just warn you that you may get over limit? 🧐 Such warns are possible when you are engaging rapidly account capacity. Other thing, that may push you in confusion, is when you have more than one account. Sometimes…
-
@"kaFxo3-zigkad-nerxyb" wrote:... Please can someone tell me how to check this out so that I can get back to the amount of storage that is available to a free account? ... Hi @"kaFxo3-zigkad-nerxyb", You can check this out here. See what's unusually engaging space capacity and do sanity it (and remove all unneeded). Hope…