Здравко Legendary | Level 20

Comments

  • @"tomglod" wrote:That may be true, ... Hi @"tomglod", It is definitely true! As Greg mentioned, meaning of content depends on content type. Empty string is definitely not valid JSON content type!!! Passing empty string as JSON is... a bug. To represent nothing, correct representation is null (by the way this is not a…
  • @"henrylopez", Did you check your proposals? 🤔 Is it working in such a way? Where do you close the sessions?! 😯 Write something check it and when everything works, push here. 😉
  • Hi @"jimbobbles", Batch upload is very similar to upload a big file using session upload, so you can start with some example showing single big file (more than 150MB) upload - there are such examples; select most familiar one to you. You should use such upload style for both big and small files! There are 2 main…
  • @"maigantian", Потърсете в сайта на Mircosoft (или в която и да е търсачка) за тази функционалност и съм сигурен, че ще откриете каквото ви трябва. 😉
  • @"LewisO" wrote:... I hope my question is clear enough this time. ... Your question is clear all the time @"LewisO". 😉 You haven't read my initial post here though: @"Здравко" wrote:... In fact there are such implementations - all plugins you want to mimic use such interfaces. Unfortunately, all those interfaces are not…
  • @"LewisO" wrote:... Other than the above procedures, there is no other direct way to get the thumbnails, despite the software already having full access to local disks, is this correct? Hi @"LewisO", In your question exists some ambiguity. Do you want just access to the local Dropbox folder (consequences don't matter) or…
  • @"LewisO" wrote:... After reviewing the API documentation, it appears the Dropbox API is designed primarily for web applications and doesn't allow direct access to local Dropbox folder content. Is this correct? ... Hi @"LewisO", In fact No - Dropbox API can be used in standalone applications as well as web based…
  • @"Ruxianwang" wrote: ... I opened the website, uploaded the same photo and it is the same size 4.7M. ... 👍Ok... As seems you have found a way that works for you. 😉 PS: I just tried on my own to add a photo to Dropbox as you described and download the same picture direct from the phone: As you can see both photos are…
  • @"Ruxianwang" wrote: ... I do upload photos by hand through the app but somehow it resize everything. I tried the website this morning and the size is the same. ... No, this is impossible. You are in confusion. Files uploaded in such a way are not modified in any way. @"Ruxianwang" wrote: ... But damage has already been…
  • Hi @"maigantian", The logo you mean is not a Dropbox logo neither something supposing sharing. As seems you have activated archiving/compression. To get rid of it, just turn that off. Hope this helps.
  • @"Ruxianwang" wrote: ... Is Dropbox compressing photos on the app like this ? Hi @"Ruxianwang", Hm...🤔 Yes, almost (despite not exactly). When Dropbox application performs automatic upload of photo, it don't sync it (or compress already saved Camera photo eventually) as you might think. Something else happens though. When…
  • Hi @"martymartyr1", You are asking what's going on when you get in over quota in fact. In such a case you ability to sync your files and to update them will be disabled. The only way to touch your files will be to download them using your web browser and, if you want, to delete some of them (again using web browser only).…
  • Hi again @"RileyL", The example there uses cURL command. This command is available for variety of platforms and free for use (also very powerful - I advise you use it for this and whatever else you would need). Of course, there are other commands that have their params and options. You CANNOT rely that different commands…
  • @"RileyL" wrote:... I get the reason for the short expirations and I am fine with coding in token refreshes, if I could just get the offline token I need to do it. We are only accessing our own Dropbox account and files, so we don't need other users to do any authorization of their accounts. ... Hi @"RileyL", Whenever you…
  • @"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 -…