Comments
-
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…
-
Hi @"Jacq4", The email domain seems correct. In all cases you can ignore such an email though (just for security reasons). If there are some important things, they will appear in the notification area (the small bell) of your account. 😉 You can see all important messages there. Hope this helps.
-
@"Zink London" wrote:... Can you please help me to understand how to remove the rlkey from the image url? Hi @"Zink London", You can remove any parameter (including rlkey) in different ways (depending why and how you're going to do it). By hands - nothing special - just remove it together with a neighbor '&' if any. There…
-
@"deco10" wrote:Well, the way my url was worked fine until this week.. Can you explain why? ... Ha...😀 Are you complaining because of this? Probably you changed something on your end. Both the old file link style (looking like dropbox.com/s/...) and new link style (looking like dropbox.com/scl/fi/...) works in the same…
-
@"deco10" wrote: ... As mentioned before it opens in webbrowser but it changes the url.. This didn't happen before.. It must be at Dropbox side.. Hi @"deco10", 😁 It has always been the same way! When you open regular Dropbox link in non preview mode (e.g. to download the content or in inline/raw mode), new temporary link…
-
@"graceturner", here Dropbox API is on focus, not something else! If you have question or advice to another things,... post them on corresponding place. Your postings are completely unrelated to Dropbox API.
-
@"DarioO" wrote:... 1) Oauth => it requires user to manually log in each time from a web form: requires manual interaction and a web service ... Hi @"DarioO", You have a lot of misunderstandings how Dropbox API and OAuth work, but the above, that I underlined, is most important, I think. In general No - you don't need log…
-
@"Esikhoob" wrote:... The upload will finish with no error, but after downloading, the file is corrupted. This is a sample of corrupted video file: Trados_Learning.mp4 (dropbox.com) please help me to resolve this problem. Hi @"Esikhoob", The file not only has finished without error but is definitely not corrupted! It's…
-
The direct answer of you question is No. You cannot do anything. Just for clarification: The issue is not a technical issue related to one or another browser. The issue is ToS (i.e. legal) issue related to how the rights are granted. In general for H265 usage for individuals and free software are free of charge (I don't…