Comments
-
@"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…
-
No any changes yet unfortunately. 🤷
-
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)…
-
@"SC_dev4" wrote:... I checked the permission of my app thoroughly, and I do havee metadata.write activateeeed. ... You don't have any issue with the required scope. If the scope was not set, your error would be 'missing_scope' and will inform you about the scope you need to add to be able use particular endpoint. Since…
-
@"Lukag" wrote:I changed my code but i have an error 400 Bad request ... Hm..🤔 You didn't mention, but let me guess: the error message states - unsupported grant type or so. Right? What grant type you're using EXACTLY? 🧐 Focus on "exactly"! Even one letter - more or less - may make the things wrong. 😉 PS: Print out what…
-
@"Lukag" wrote:... I would like to understand where I'm going wrong. Let say...🤔, where did you see/conclude from, that the above is the way do what you want to do? 🙂 I'll stop here. You know the rest. You can take a look an example like this one, where external command gets executed in other application. Can you do the…
-
In most cases, setting the account root namespace id is enough since in such a way you can access everything accessible to particular user. So maybe it's the best way for you too. If you want to select from other available namespaces, you can enumerate them using /2/team/namespaces/list/continue. Hope this sheds a light.
-
No, you cannot. Only Dropbox Embedder appears in iframe.
-
It may be easier for you to execute curl, that you know how it works already, as shell command and read the StdOut that comes back. 🙋
-
Ha..🤣 You just found an imperfection out. 🤫 The 'auth' field is there, but for whatever reason is not declared in type script. 🤷 That's why your interpreter complains. You can workaround as re-declare Dropbox and include the "missing" field or construct DropboxAuth object on your own, save a reference, and pass it on…
-
Hi @"deeptir94", Your issue is related to the fact that API default access start from users home folder. While for individual users their home is their account root, for business user home folder (the your folder starting with "svc" as seems) is not account root (or at least not mandatory to be - in most cases these days,…
-
@"Brad Henderson" wrote:... So I need to find the correct command to submit the new access token received from the refresh token request. ... I don't know what exactly you are doing, but access token is always the same (I mean as type). The only thing you need to do when access token expires is to make refresh request and…