Здравко Legendary | Level 20

Comments

  • 🙂 Ok. Where is the API related error, mistake, mismatching, etc? What are you getting as error response? What is the status code? All are questions, you have to answer, and one of them at least have to be related to Dropbox API (the same for any other API)!
  • @"Lukag" wrote:... First of all, in you opinion is correct use streamreader ? ... What you use is matter of design decision, so don't ask anybody else. The best way follows what you're doing. If you don't know what are you doing... no way to decide what's the best (or even to suppose). Such questions are not Dropbox API…
  • Your error message means that in your code you have used something not initialized at that time. That's it.
  • @"Lukag" wrote:... Dim client As HttpClient = New HttpClient() ... Dim myStreamReader As New StreamReader(_responseStream) ... Then, what's different and common in above code lines (aside of different types)?
  • @"Lukag" wrote:... Dim myStreamReader As New StreamReader(_responseStream) ... Hm..🤔 Let's see what's going on here. Does the 'myStreamReader' variable get declared here, or get value assigned, or...? 🧐
  • @"GG325" wrote:... ... What does happen if you click on "Select folders" button? 🤔 Does it match to the video? 🙂
  • @"Hannah" wrote:Hey there, @"GG325", the Dropbox application is the same for all our users. ... Hi @"Hannah", Hm..🤔 Really? Have you ever tried to use Dropbox application on Linux? Is it the same like on Mac and Windows? 🧐 My impression is in different direction. Also, How you're doing with teams in Dropbox application on…
  • @"Ghislain Sommervogel" wrote:... In some other cases, after about 60 seconds I get a "too_many_write_operations" error. I don't know how I'm supposed to handle this error. Currently, I just resend the instruction. ... The cases, described by you, usually happen when there is some sort of overload on particular namespace,…
  • @"yyyhhh" wrote:... How can I add my domain to frame-ancestor? Is this in the app's setting page? It doesn't seem to work. ... You have answered to your question already and it should work. One thing that you missed is Chooser cannot be mounted! Only Dropbox Embedder can be mounted. Dropbox Chooser may only open in new…
  • @"adster" wrote:... Here's the weird part - the missing files show up online and when I download them and put them in the Dropbox of the new computer they get renamed Filename (ComputerName conflicted copy DATE).addon. ... Ha..🤔 That's really something strange. I suspect something but let's check it - just few steps.…
  • @"newBox" wrote:... I'm user of dropbox basic and I'm generating upload link but the link following to 404 page. ... Such a link should not follow anywhere! Or you should not expect such a thing at least. This is one shot link for single use only!!! If even only try open such a link in web browser by simply put it on the…
  • @"hsandt" wrote:This doesn't work anymore. The top 3-dots button still appears when selecting multiple folders, but doesn't show Calculate size anymore, just a few commands like Move and Download: When clicking on the 3-dots button on the right of a single folder line, it cancels multi-selection and only selects the…
  • @"fransvandervleuten" wrote:... I understand that the file is not appearing, because I need to sync 46,255 files first. ... Not mandatory. In general the coming up of file depends on sync complete of the same file, not on all files. Of course... if the file is at the queue end..., but who knows.…
  • About missing folder,...🤔 I prefer not to speculate. The only certain thing is that Selective Sync is not "guilty". It may be related to (or the same root issue with) your next question though. @"fransvandervleuten" wrote:... Also, the file '00860_Explosion.ai' (which was suppose to go into the Content folder) seems to not…
  • @"fransvandervleuten" wrote:... One of my main folders on my Dropbox just disappeared in my finder. It is there, because I checked it in my browser. ... If it's not deleted, the only thing, I can think of, is removed by mistake using Selective Sync. If so, just fix the selection and all will be back to normal. Good luck.
  • @"Greg-DB" wrote:... By the way, sharingCreateSharedLink is deprecated in favor of sharingCreateSharedLinkWithSettings, so please use sharingCreateSharedLinkWithSettings if possible. It's mentioned already multiple times by different users here on the forum, but let me recall again. When somebody needs a link to be…
  • There are some differences. The devil is always in details. Did you follow: https://developers.dropbox.com/dbx-team-files-guide? Key moment is the difference between user home and account root! In some accounts (including all individual) they are the same thing, but that's not for all team account (in most cases they are…
  • @"Sheena" wrote:..., that’s not something we’re going to be able to implement ... Thanks anyway... 🙂 Just an underline: It is implemented already!!! My screenshot shows a Greg post that I linked to above - a post here in the forum, already existing that you can see. In this context nothing needs to be implemented, since…
  • @"Lukag" wrote:I try to dowload a file by a Api . I have no error and a response with "OK" but i don't see the file. Have i donwloaded it ? where ? can i set up the local directory where save it ? ... 🙂Your code is Ok. You don't need to change anything. It is not the same about understanding what a network stream is! Your…
  • Hm..🤔 I asked for inline code. Does the button you point do this? 🧐 Rhetoric of course. 🙂 As seems on the same screenshot, you posted, it doesn't! Rich, this button may include code tag, but it is not the main one and definitely not inline (despite itself is inline). The main tag there is the pre tag - a block tag! Hope…
  • Hi @"Sheena", I want to complain about other Dropbox forum dis-function that got up recently. For whatever reason, I cannot tag forum member, using @ (at) symbol anymore. To be able tag you here, I had to edit the post source - pretty inconvenient. Even more, it's NOT only to me - your colleagues as seems have the same…
  • Ha.. You are correct! To be honest I didn't check this in advance and I don't use both edit and view only links together - created such for the test here. It really returns only edit links when both are available -seems like a endpoint bug. Let's hope it will be fixed. Good luck. @"10", you are coming here! 😉
  • Hm..🤔 How many times did you call /2/sharing/list_shared_links in your procedure? Hope you are aware that not all links may get returned on first call. Did you check 'has_more' in the result? Check when 'cursor' is used as param! 😉 Hope this helps.
  • @"Здравко" wrote:@"nevermindx" wrote: ...actually do we need to refresh ? ... NO, actually you do not. The mentioned method gets executed internally whenever needed. ... Hm... What's not clear enough. 🤔 The conclusions seems clear enough (at least to me), but I will say it explicitly: NEVER - you don't need to call either…
  • @"Amy" wrote:... And don't worry, the feedback and issues get escalated to the teams, and while there are some issues that are unsolved, we are working on it! ... Really? 🤔 Let's see... The first thing that comes up in my mind is Unicode support. Correct me if I'm wrong, but Dropbox is the only service provider (as far as…
  • @"nevermindx" wrote: ...actually do we need to refresh ? ... NO, actually you do not. The mentioned method gets executed internally whenever needed. Just init your Dropbox object with the instance of DropboxAuth, you already have (as discussed in the other thread), and... that's it - further do call methods there according…
  • Your issue is that nested folder cannot be shared together. It doesn't matter who own them. There is a workaround though. 😉 Share some neighbor folder (possibly new one) and after sharing move inside whatever you want there (including other shared folder). Also, make sure sharing is not limited (including to your own).
  • You don't have a problem what method is in use (as many times already, the error message is... erroneous 😂). Let's hope the message text will be fixed. You have an issue though. The issue is that you have called some method (directly or indirectly) of Dropbox client manager before it gets initialized. The first thing you…
  • @"Theresa" wrote: ... Whether you’re new to Dropbox or have been around for a while, your voice matters, and I am here to make sure it gets heard! ... Don't promise something you cannot ensure. 😉 This a way that mandatory leads to disappointment. Why am I saying this? There are many things (imperfections - not to say bugs)…