Здравко Legendary | Level 20

Comments

  • @"JimmyMcnulty" wrote:I created a Dropbox app that allows users to upload files into my app. ... Am I going to have to create two apps for my users - one for Regular users, and one for Business users? Hi @"JimmyMcnulty", No, as far as you only need to upload some files. All actions for file management that particular user…
  • Hi @"pp111", Up border of acceptable file size is 350GiB. If your file doesn't cross this border, then maybe this is some glitch of new bug. It may be useful for support people to have multiple x-dropbox-request-id from your failing requests for debugging. Perform some more such requests and post here their id values.…
  • May be not precisely exactly (regarding the details what happens), but yes, that's the idea - your way is the correct one. If you want you may not remove all ticks, just need to be enough. One more detail that you need to avoid. Never copy content that's already in your account!!! Despite you cannot see it locally, it's…
  • I doubt you were careful enough. Keep in mind that emails like "my.email@example.com", "mye.mail@example.com", "my.e.mail@example.com", etc. (sometimes even like "myemail@myexample.com") may be received by same mailbox (e.g. yours), but in Dropbox they mean different accounts! Take a look once again more carefully…
  • @"Brianm7" wrote:... How do I fix these messages Hi @"Brianm7", Take a look on your "wrong" email you have received and on you account general settings simultaneously. Does your address in the email match exactly that in your account setting (including dots or other punctuation)? 😉 Hope this gives direction.
  • @"johnqhu" wrote: ... So I tried to find setting do disable the sync of this folder. ... Hi @"johnqhu", The way to do so is to selectively unsync all folders you don't want to be on particular machine. 😉 Hope this helps.
  • @"GaryH_BAR01" wrote:... Therefore, is there a way to (a) create folders and upload files? ... Hi @"GaryH_BAR01", Your point (a) is definitely possible. @"GaryH_BAR01" wrote:... (b) password protect a folder? ... You share a folder to particular person(s), so it doesn't need to be password protected. Only the audience,…
  • Hi @"Niki_p", If I'm in your shoes, I would try upload folder by folder and once entire folder is ready, just selectively unsync it and after that continue with the next one. The same for any other folder you don't need immediately. In such a way on your local Dropbox folder will be small subset of all data available in…
  • @"Alex1347" wrote:..., I can upload video files correct, ... Hi @"Alex1347", Hm..🤔 If you can upload video file correct... what's wrong then. Did you make it sure? 🧐 That what I understand "upload correct" is when comparing original source file (actual file type doesn't matter) and the uploaded mirror, byte by byte to be…
  • API endpoints are correct, but it's another story what are you doing with them! Maybe something is wrong with what you do. I though that what you showed comes from other provider and my previous advice was in this context, but since you're doing all calls, clarify what exactly are you doing. Take a look here, as an…
  • Hi @"Jon B.1", Your issue is just one symptom of a bigger problem related to Dropbox application. It's not something related to Dropbox API. Unfortunately, the application' developers are too lazy, as it seems, to prepare and publish documentation for the application exported features. 🤷 That's it. One way you may try to…
  • Hi @"Pixel Clear", One thing is certain - your issue is not directly related to Dropbox API, since the error is not coming from Dropbox API. Contact your middle stage environment provider for further info and if needed that provider will contact Dropbox with additional details. Good luck.
  • @"DisorganisedDropOut" wrote:..., който бях свалила и изтрила от Dropbox. ... Стела, за да предотвратим бъдещи такива проблеми си позволявам да ви поправя тук. Всъщност вие сте свалила/копирала желаната папка, НО нищо не сте изтрила! 👆 Не забравяйте това. Точно затова се е получил конфликт. Премахване с помощта на Dropbox…
  • @"DisorganisedDropOut" wrote:... Unless there is another solution Mark suggests for me, that is where I'm headed 😞 ... Здравей Стела, Не съм сигурен, че предложението на Mark е подходящо за вашия случай. Имайте на предвид, че споменатото предложение връща към предишна версия на файл, която вие желате, когато такава…
  • @"linuxlion" wrote:... I change the (old) password on https://www.dropbox.com Should I then also the password on the client? Changing the password should not affect any application' work. All applications are authorizing their access with autogenerated credentials that don't change with changing password. Can you see your…
  • @"linuxlion" wrote:... Where can I find the configuration with dropbox-account and password? How can I debug the connection problem? Where can I find dropbox logging? Hi @"linuxlion", That's not possible unfortunately. On any system, Dropbox client doesn't provide any logs info (only exception is limited logs on crash). As…
  • It is exactly what it is... I don't know what more to say. Ok. Check what actually you have provided with this.refresh_token, for instance. Dump it and see is it a refresh token or by mistake you are providing something else. Check also, is it exactly what has been received on initial authentication (first call to token…
  • Hi @"backdraft", Your idea is correct, but as seems you don't fully understand the basic authentication (RFC7617). Pay attention on the second section where are 4 steps to construct such a header. Did you perform the last one (4-th) step? 😉 Hope this helps. By the way Axios may do this authentication for you. Just provide…
  • @"fabd" wrote:Thank you aristocles! ... hopefully DROPBOX will fix this soon. ... 🙄 Hope is bliss 👼😉
  • @"DisorganisedDropOut" wrote:... I can now see that both folders have '(Selective Sync Conflict)' after their names. ... Hi @"DisorganisedDropOut", 🙂 Never do that! Don't put something in a folder which is selectively unsync. In such a way there are pairs of files that are supposed to be on the same place - impossible of…
  • @"K2R400" wrote:... Can I create a new Token and deactivate the old one (or not)? ... Hi @"K2R400", You can deactivate old one, but cannot create new long lived access token! Long lived access token issuing is dropped for long time already. For long term access you need to handle refresh token and short lived access token.…
  • Hi @"JohnAdam_CUNY", First of all, you have to provide list, even for a single member - list of UserCustomQuotaArg. As could be seen there, value is in GB (just keep in mind that it's not entirely true - Dropbox uses GiB and similar units everywhere - including API). By the way "20 * 1024 * 1024 * 1024" are 20GiB, not…
  • @"one_thing65452" wrote:We are connecting to DropBox on Android app. ... Is there ... code example? ... Hi @"one_thing65452", Take a look here. 😉 Hope this helps.
  • Hi @"Ghislain Sommervogel", The API always returns (with either success or some error). What you're talking about is Dropbox .Net SDK though - make difference. 🙂 It's different thing and, by idea, it's supposed to make your life easier. As seems, in your case, something makes the SDK to think API call never finish and…
  • Yes @"adster", you just confirmed my initial suspicions. 🙂 The really weird thing here is that it happens on Mac. It's old know bug that Dropbox application on Mac attaches file attributes that confuse others Dropbox applications on other platforms, but for the first time it confuse other Dropbox Mac application (or maybe…
  • @"Hannah" wrote:... in kilobits and megabits (KB and MB), while most cloud storage providers measure the size of data in kilobytes and megabytes (also KB and MB). ... Hi @"Hannah", Just keep in mind that B, KB, MB, GB, etc. are all multiple of Bytes, NOT bits!!! (or that's the rule, at least - incorrect enlabel is always…
  • @"TalesCreator" wrote:..., and the integration abruptly started to return error of path "not_found" ... Hi @"TalesCreator", You may try do the same call using Dropbox API Explorer. Use the same parameters like in the application - i.e. use the same file id or path - whatever is in the code. What do you get there? Good luck.
  • Hi @"cankayaalperen", Take a look here. I hope you can understand why your token expires and how to fix it. 😉 Good luck.
  • Hi @"pisyavtapke", First of all, your code is bad structured - direct use of access token is discouraged since it expires. For long term use, better use refresh token. Next, just pulling up arbitrary team member (even the first one - it's still unknown) is insecure if you don't relay on something "strange". Where do you…
  • Yes, of course. Since your account is new one and there is no even one folder yet, that's why that panel is empty - there only folders appear. By the way everything syncs by default (including folders - they will appear selected). If you want to remove some, you can deselect them, so will be available only in you web…