Comments
-
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…
-
Hi @"JamesChristopher", Every account can share file/folder and receive/join to such a sharing. Once you shared the folder, your friend need to join it. Forward this to the friend. 😉 Hope this helps.
-
Hi @"rdyar", I suppose, that's your first try to use cloud storage API (including Dropbox). Did you read the documentation (or some of the examples at least)? You have variety of errors. Better take a look on the example here (very basic one and close to your idea). Hope this gives direction.
-
Opps...😯 It appears to get up something strange. @"Andrew_VM" You probably just flagged up a new bug in Dropbox. I tried opposite to get back to edit link (I set them long time ago to be view only), but it doesn't work for some reason (not only on mobile devices, but online view as well as on desktop application). 🤫 Let's…
-
Hi @"Andrew_VM", You can always do it in your account' sharing settings. Select "Can view" there instead of "Can edit". May be useful to select "Anyone with link" too if not selected already. Good luck.
-
@"Zaidwithdkg" wrote:... I need to know how can I upload my files and data with using Dropbox ... Hi @"Zaidwithdkg", Most simple way would be installing official Dropbox application and put your files in Dropbox folder. 😁 Joke. Using some of the family of upload endpoints (depending on your file size and their count) would…
-
@"Engg" wrote:... Because in all the Call we need Stream how to get the remaining Stream without uploading it again. Hm..🤔🤷 What kind of "remaining Stream" do you need at all and why? Honestly, I cannot understand you. Probably you don't understand how Dropbox upload works in general and that's what confuses you. In all…
-
@"Nancy" wrote:... Have you also tried our offline installer, and it didn’t help? ... @"Nancy", The link you use to refer to doesn't point to any installer. 😁 There can be seen only 2 zipped Dropbox' daemon versions (one 32bits and other 64bits) - just archives, nothing more Linux related. None of them is installer.…
-
To be honest I'm not sure what confuses you. You perform already upload finishing. Right? If you don't need to add some content there, the only needed is session identifier (that represents the uploaded file but not finished yet). If you don't finish the uploaded file successfully in first try, you can try next time (after…
-
@"Engg" wrote:One machine will have only one file which may be more than 1 GB. ... If per machine is a single file only to upload, you don't need loop. Why at all are you calling multiple parallel uploads in such a case? File size doesn't matter when upload and finishing are separate. Upload itself is not limited as I said…
-
Hm..🤔 I thought I was clear, but it seems not enough. @"Engg" wrote:... List<Task> tasks = new List<Task>(); foreach (var item in dbLocalFilesPath.Select((value, i) => new { i, value })) { string dbLocalPath = item.value; int index = item.i; Logger.Instance.LogInfo($"dbLocalPath: {dbLocalPath}"); tasks.Add(Task.Run(async…
-
Hi @"Engg", It's better to trace the state for figuring out why your code falls to such an exception. To do it better, avoid indefinite recursions (your code can fall very easy in relatively deep recursion - something that's not a good practice). Whenever possible use iterations instead of recursions (in the particular…
-
Hi @"VijayKumar E", Supported Dropbox API deals with information available to the user only (no for internal use by Dropbox). In many cases different files and/or folders may have not path (either yet or removed). Such cases can be summarized as all entries (again files and/or folders) that are not mounted. For example if…
-
Ok, sorry, the words just lipped out. I just don't know how to say that such sources are unreliable and how many time to repeat that so it would reach to you. Even more you should be more critical and shouldn't accept such things so... naively believing in them, even when clearly visible they are incorrect. As I said,…
-
Would you like to learn or to proof... not very clear what? 🤔 Might be current ChatGPT stupidity... @"Ghost Mjrm" wrote:i have noticed to this before that there is no app secret in the authorization URL but in the next step in exchange authorization code for token my app secret IT HAS ALREADY BEEN USED ... And.. what? Is…
-
@"Ghost Mjrm" wrote:... im here to ask and learn not to proof myself Ok, then it's easy 😉, just learn and not try to put non-trusted knowledge (something against TOS of this forum by the way). In this context let see: @"Ghost Mjrm" wrote:* Redirect to Dropbox for Authorization: * Your app constructs an authorization URL…
-
Hm..🤔 Ok, how the user would know whether the access to their own data is correctly providing to selected code (your application) and not some fake or malicious code? 🧐 On other side, how Dropbox API would ensure the token is provided to correct user and not to some "men in middle"? PS: OMG...🤦 Is your brain dysfunctional?…
-
@"Carpetes", What you're asking for actually? 🧐 You know what's wrong (I can confirm it is definitely - simply visible). 🤦 Just fix it.
-
Yes, user can do it and the file will get to the account matching this email (whoever is the owner). The same like when you use the official Dropbox application. Where a file put in Dropbox folder goes? 🧐 To your Dropbox account or to account own by some of the application' developers (i.e. Dropbox staff)? 🤔😄
-
😁 In this case (following your words) when someone uses your application should sign in in the same account when pass on the OAuth 2 operation where will look for the file uploaded (no in other account, like you did). 😉
-
I think you should NOT mess the application ownership with the account one! They are different things in general (can coincide of course), but you assume they are the same thing always - something wrong. I'm pretty sure your account is different (my questions above are rhetoric). 😉
-
In other words, you're not sure - make it sure! 😉