Comments
-
Hi @"shirley_kabir", Did you reauthorize/relink your application after scopes change? 🧐 I suppose - No. If so, it's normal what you're observing. When a token is issued, it assigns actual scopes at that moment and that doesn't change anymore (i.e. followup changes you have made cannot affect already issued token, both…
-
🙂 If you're aware what exactly it is, I believe something could be found. There isn't something that can solve everything (i.e. some kind of magic). If you ask for the issue, I described above, your issue (in particular) seems different, so no I don't have anything. In my case the troublesome files cannot sync to any Linux…
-
@"silvacarl" wrote:... in order to try to debug it, i created a fresh ubuntu 20.10 VMware machine which has the exact same results. this is only occuring on fresh new installs, my existing ubuntu machines synching with windows have zero issues still. ... sudo chown "$USER" "$HOME" && sudo chown -R "$USER" ~/Dropbox sudo…
-
Hi all! There may be different reasons Dropbox application not to work and refuse to sync some files. Sometimes it's result from some third party app behavior that sets files in such a way that other application (including Dropbox) cannot work correctly. There are many bugs, in the Dropbox application itself though, that…
-
@"Kate Andreeshcheva", You're not performing the OAuth flow to Dropbox yourself as you have described. If you have some suspicious behavior from your platform ask the platform supplier; it's not a Dropbox product! @"Kate Andreeshcheva" wrote:... I found the same problem on the SF forum, and it seems that the problem is…
-
@"Kate Andreeshcheva" wrote:Hello! I'm trying to integrate Salesforce with Dropbox and got Error in the URL: /AuthorizationError?ErrorCode=No_Openid_Response&ErrorDescription=Bad+response. ... Hi @"Kate Andreeshcheva", The error you mentioned doesn't come from Dropbox API, so you have to figure out where it comes from and…
-
@"dimitrisramos" wrote:... It is very frustrating because some users report that the link works fine but most of them get the error which i show you in the screenshot Hi @"dimitrisramos", 😁Yes, it is very frustrating when link is mistyped:…
-
@"toki4004", You can search for such files using /2/files/search_v2/continue_v2. Just restrict the search to particular extension and look in filename only with the same string as the extension. In the resulting list you will see all such files with their paths, ids, and revisions (you can use anything of them to download…
-
1 year - 12 months
-
Hm...🤔 I just checked the repository sign validity and seems fine: There was issue some time ago, but it's solved already and as seems it still works. Make sure your certificate looks like: -----BEGIN PGP PUBLIC KEY BLOCK----- mQENBEt0ibEBCACv4hZRPqwtpU6z8+BB5YZU1a3yjEvg2W68+a6hEwxtCa2U++4d…
-
@"asnell" wrote:... However, this means even I can't create a top-level folder, even though I am admin. I can't even create one in the browser interface, the option is disabled! ... Not exactly... When you logged in your application you become there just a team member (part of "Everyone" set), no more admin. That's why you…
-
@"coadyg", Do you understand that you contradict to yourself? From one side "nothing changed", but in the same time "new 'personal' and 'team' paths"! This is definitely a big change and you have to reflect it in your code (in the path at least and may be not only). @"coadyg" wrote:... Furthermore, I have done some testing…
-
@"asnell", when you login to dropbox.com with admin credentials and go to admin console, under settings there, what can be seen as content management? Is it set to "Everyone" or "Only admins"? Make sure it's set to "Only admins"! Does this change something (to some extent at least)? 🧐 Add: After that, list the content in…
-
@"gbc04" wrote:... var aData = await dbx.Files.ListFolderAsync(DownForderName); //When loading here, only part of the folder information is displayed, but all is displayed in the dropbox program. var list = aData.Entries.OrderBy(x => x.Name).ToArray(); ... Hi @"gbc04", How many are all files/folders in the folder, that's…
-
@"Demitri", Your explanation of the current state is not very consistent! How is a user that don't have access to particular folder able to delete it? That should be possible only when the folder is empty, but in particular case in Dropbox server it's NOT!!! That makes the case a security issue. You definitely have some…
-
@"asnell" wrote:... The write attribute is cleared so in theory a user can't do anything with it, and that works in Windows. ... Hi @"asnell", Not exactly! User cannot change content only. This is the same both for files and for folders. It's another story how much Windows matches to any standards. @"asnell" wrote:... In…
-
@"Walter" wrote:... It sounds like you may have set your top level folders to be editable by all team members - could it be that what's causing this? ... It's just not true, @"Walter". As can be seen both from folder setup (web view) and from console output, the folder is correctly setup as writable for first user and…
-
@"Cust", Are you certain the "FILENAME" is still there (the file is on the place you're expecting) and not renamed/deleted/moved etc. (might be unintentionally)?
-
Здрасти Ники, При всички положения проблема е в приложението, което добавя интеграцията за Dropbox към телевизора ви. Това приложение е част от конфигурацията на телевизора (т.е. то си е част от състемната дистрибуция) и отговорни за него са от Philips. Най-вероятно има някаква грешка в него, по начало, която сега се е…
-
@"czchen" wrote:I have the following error when using `apt update` in Debian sid. W: GPG error: http://linux.dropbox.com/debian sid Release: The following signatures were invalid: BADSIG FC918B335044912E Dropbox Automatic Signing Key E: The repository 'http://linux.dropbox.com/debian sid Release' is not signed. ... Hi…
-
@"cjacky475" wrote:..., you see, I do not know exactly how it works under the hood or that Dropbox SDK updates my passed object to the client creation. It really does update the DbxCredential object which I have passed to the client object creation. ... @"cjacky475", I see that you are not aware of how Java works! 🙋 It's…
-
Ok... Let I ask in another way.. How many times you have this file uploaded in this same upload session? Post the code you're using.
-
Hi @"Rephoto", Are you sure about what size of data you are trying to upload in total? That error means that you have reached buffer size 350GB or so! As seems you are going to get above the absolute file size limit. Do you by any chance have some infinite loop, you got in, that broke by the error /exception only? 🧐
-
Hi again @"cjacky475", As seems the spam filter has caught your post 🤷 It happens from time to time - fake positive detection. @"cjacky475" wrote:... As from my current understanding, SDK updates the token internally for the current client. After I create client again, I provide the old access token and the refresh process…
-
@"Greg-DB" wrote:... It looks like you're using the Dropbox Java SDK, so if you're interested, you can see where the Java SDK handles this error internally for you here. Greg, it's almost impossible code flow to reach to there (or should be, at least). It's something like emergency way, used by exception if something in…
-
@"cjacky475" wrote:... "The SDK will automatically catch expired access token errors and call the API to get a new short-lived access token when needed." ... Or do I need to do this manually in try { } catch { } or by checking the expiration date of the access token and then ... Hi @"cjacky475", 😁You give correct answer to…
-
@"Linda333" wrote:... Is there a limit? ... Hi @"Linda333", There is not explicit limit, but on heavy load API handlers may refuse execute some requests. Even more, since change requests to particular namespace are serialized: if there is some request already executing on the namespace you're trying to access, your request…
-
Hi @"TheSecurity", You can register multiple URIs (actually only port can differs) and use whatever appropriate in every particular case. Usually trying 3 different sequential ports above 1000 is enough. It's pretty unlikely all be engaged at the same time. If such almost impossible situation happens (by any chance), just…
-
@"toki4004" wrote:... The description language implies that the property would be added if it doesn't exist - the way I read it. Hi again @"toki4004", Yes, you are correct - it implies so. You have just hit a big Dropbox pain - the documentation!!! It's not just about the documentation actually - here some conceptual…
-
Hm..🤔 @"toki4004", Let's imagine you're famous painter. 😉 You have expositions in many galeries (think for the galeries as files). You may expose not only completely ready pictures, but also some drafts (count all pictures and drafts as properties). Of course from time to time you may update your drafts - add a flower, for…