Здравко Legendary | Level 20

Comments

  • @"Cyri129" wrote:... I don't want to give my password and email to users who will use my app. ... Where somebody asked you to give anything to anybody?! 🤷 It's not mentioned, but it's something (just opposite) assumed - anybody credentials (either yours or of your clients) should be keeps in secure place and never be…
  • Hi @"Cyri129", What you described in the last post is exactly what need to be done. 😉 It's a bit different than your initial post where you're using different applications for different accounts. Take a look and compare your posts. Can you see the difference? In other words, just use the same app key and app secret while…
  • Hi @"Ashley B.15", You're trying to access some endpoint that's not available or not accessible to you. Check what do you request to in your call and if needed dump your request to see what's there. Good luck.
  • Hi @"Sheena", thanks for interested in. 🙋 The server issue was active from Thursday to Saturday inclusive. Since Sunday (July 21) lunch (local time), no more issues. 🎉🤞 I hope and believe it will stay so. Thanks again, have a nice day and weekend ahead.
  • @"Abhi-cyber125" wrote:Can I use PHP instead of JavaScript? Hi @"Abhi-cyber125", Is there something that prevent you do so? 🤔 Rhetoric of course. 😉 Any coding language (either directed or bent over as frontend or backend) that is able to perform network connection is suitable for such use (i.e. all languages in fact). Good…
  • Hi @"foongzy", It's good idea to dump your var 'filename'. I tried to reproduce your issue but everything works (despite sharing_create_shared_link is deprecated already). Let's see if the filename is some special case. PS: By the way something aside - it's time to think of moving to use refresh token! No long lived access…
  • @"mikechiu", Your last call succeeds actually. 😉 There is some kind of warning. To be honest I don't know why this is. Greg will tell us what's warned. Just ignore the warning and congratulations - you succeeded. PS: For sure there is some bug in this API endpoint. I believe will be fixed once already known.
  • @"Greg-DB" wrote:... The Dropbox API does not currently offer an endpoint for listing the contacts in a the account, but I'll pass this along as a feature request. ... Yes, it's a good idea such option to be added @"Greg-DB". This will allow better organized and consistent looking Dropbox integrations as well as lowering…
  • @"mikechiu" wrote:... I was wondering if there's any setting I need to do ? ... Hi @"mikechiu", At the beginning, post how exactly you launched the failing request to sharing/update_folder_member. By now you listed the members (using /2/sharing/list_folder_members) and it works as far as can be seen. Also, check if by any…
  • @"Sheena" wrote:..., but I suspect that this was an issue on the ISP side, as that is more common. ... I don't think it could be issue at ISP side at all. What are you motives to think so? 🤔 Motives in opposite direction: * All other sites worked (and continue work) without issue; * Even the connection to Dropbox forum…
  • Hi again @"Sheena", As seems, the broken link that your server scripts refused to serve is back to normal work from yesterday. I'm writing this post while connected with the same link. Hope you're are doing well and wish you nice monday and week ahead. 😉
  • Hi @"welr", Did you make sure desired files are available offline in advance? 🧐 If not, give it a try. You'll need to repeat in advance this whenever you want to do something with your project. Good luck.
  • Post the way (code you use to) you authorize your application and initialize the Dropbox client (without keys, secrets, etc.)
  • @"awb" wrote: ... Even trying to get a new token with pkce results in the same error. ... I assume that happens on refresh time (despite you don't point it explicitly; correct me if that's not true). That means user's authorization for your application is canceled somehow (using one of the ways you enumerated already). 🤷…
  • Hi @"awb", Access tokens expire! (~4 hours live) Did you ensure refresh token accompanying the access token and use it on Dropbox client object initialization? Also, you should ensure when for some reason refresh token cannot work (when some of the cases you described comes up), your code asks the user to link your…
  • It works 1~2 times per day for few clicks (at most) and all the rest is as described above.... As seems by now, it won't work again very soon... 😕 ADD: Another interesting information that isolates the places to debug is that troubles come only from some of the hosts that www.dropboxforum.com resolve to: the defaults -…
  • Thanks @"Sheena", Ok thanks for clarification. 😉 Let's hope it will be back soon. And yes, I will let you know once I find it's working again. Thanks again.
  • @"Jay" wrote:Could you clarify exactly what you mean? Is it that links to Dropbox from that site you mentioned don't work at all? ... @"Jay", "exactly what you mean"? Does the traffic dump not enough? Whenever I open anything on www.dropboxforum.com it redirects me to the error page (again, exactly as clearly seen on the…
  • @"Jay", if the traffic was blocked, would such a message even be visible? It's Dropbox generated! More precisely Dropbox forum. If the traffic was blocked, I would never see it!!! And yes, the above appear only when I use link through https://www.vivacom.bg/. Does Dropbox has some some argues with? Dropbox cuts the link!!!…
  • Hi @"JohnStrudwick", It's always a good idea to optimize the code whenever possible, so exceptions like rate limit to be less likely (of course, you cannot exclude them completely and should be ready to handle such case always). In your case you have a bunch of things to copy. Why do you need to copy them piece by piece…
  • @"DBoxTips" wrote:Dropbox core stores and handles at least client_modified for folders, it just doesn't expose it via the API. ... No unfortunately, that's not true. Check again. @"DBoxTips" wrote:... You can confirm that by unchecking an older folder from your Dropbox account in selective sync settings so that it removes…
  • Hi @"qaaperture", I with you about API ability to handle 'modified' times. This question is not only API related though - Dropbox core does NOT handle them! If Dropbox API just returns some modified time, it would be meaningless and for sure incorrect. Let's hope proper department will take care (I'm skeptic though).
  • @"Bk13" wrote:..., we have also added a try catch phrase inside our webhook code so it always returns 200 even if our logic fails, ... Hi @"Bk13", It's a mistake even to think in that direction! You logic should be executed after the web handler returned. A delay may trigger fault on Dropbox side even when you return…
  • Hm...🤔 How that browser error message is related to your initial question and to Dropbox at all? By the way that's C++, not Java (neither Kotlin)!
  • @"OfficeInCT" wrote:... pretty sure it ended at Dropbox had taken that functionality away. Hi @"OfficeInCT", Dropbox cannot take away something never existed. It's impossible to determine root folder size and has never been possible. 🤷 I'm not sure what Dropbox staff is trying to explain actually - probably they cannot…
  • Unfortunately, I cannot reproduce your issue @"Vlopez1". In spite of some imperfection in your code, listing shared links works. There is only one error: @"Vlopez1" wrote:... ... hasher = DropboxContentHasher()...def upload_large_file(file_path, customer_name):... dbx.files_upload(f.read(), '/' + customer_name)... Where…
  • @"Vlopez1" wrote: I have timeouts which may be related to uploading files using upload sessions.... File "/deployed_ws/ros1/key_external_notifications/lib/python3/dist-packages/key_external_notifications/dropbox_api.py", line 97, in create_shared_link_with_password links = dbx.sharing_list_shared_links(file_name,…
  • @"nuttygamer", As zacv noted container formats are independent of encoding formats, despite designed and usually used in some optional relations - you erroneous assume some mandatory relationship that don't exist! In particular HEVC encoding may be packed in any container format (including .mov). 😉 Did you check what…
  • @"tralibex" wrote:... Are there any limitations of how many simultaneously downloads, bandwidth or requests can be made? Hi @"tralibex", Your question includes (or may do it as presented) too many things, so difficult to get a single (universal) answer. Mark did clarify already the links limitations if you use API calls…
  • @"Nico-Uretek" wrote:... Yes i'm using (french) accents and just the - characters in my name files and it would take a lot of time and devs to remove all of them... No, no, this is not and cannot be an issue - it's not a surrogate pair! There is something else though: @"Nico-Uretek" wrote:... String dbApiArg = '{\"path\":…