Comments
-
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…
-
@"Artyom L" wrote:... Since my current plan is free aka basic, my account is not a team account. ... Hence my question - can I use /2/files/search_v2 endpoint without Dropbox-API-Select-User header? Thks Seems you read my posts... no very consistently (if could be said so). 🤦 Ok... I will repeat: For individual account…
-
@"Artyom L", You still didn't post anything related to how/what you have posted, using your POSTMAN, in details! 🤷 Also what is the account you're using? You make me speculate. Don't use such header on individual account. Where have you taken the namespace id from in use as header value? 🧐 Is it certain context account has…
-
@"Mgymnasts" wrote: ..., but I also can't see the list of folders/files in the account. When my code gets to for entry in dbx.files_list_folder('').entries:print(entry.name) It is stepping right over the print as if dbx.files_list_folder(").entries isn't even there.... @"Mgymnasts", Is there any chance your application is…
-
... in addition to Greg's advises: Migration to MonoDevelop may be considered. It's at the same time simplistic and feature rich IDE; ideal for start learning (and not only). Even more: its underlying platform - mono - is much more portable than original .NET! It's officially supported on Mac, Linux, and Windows only, but…
-
@"saharin", That's definitely related to your environment and not to Dropbox API/SDK. You should investigate further what's wrong there. 🤷 @"saharin" wrote:..., but the list of cloud storage files does not print. It could be wrong expectation. Depending on your environment settings, the console, where output prints out,…
-
Hi @"Mgymnasts", As seems, your API settings are fine (if there was some issue, settings related, you wont be able get to such error). It's strange such an error to appear for empty path (such path is always correct and existent). 🤔 Are you sure you had empty path set when you received that error? 🧐... Or maybe the error…
-
@"HristoYordanov" wrote:... I have an issue retrieving shared_folder_id of a sub folders created via /2/files/create_folder_batch endpoint. ... Unfortunately I can not retrieve SubFolder3's shared_folder_id, but only it's parent_shared_folder_id (which refers to FlowFolder). ... , but I can only receive…
-
@"Artyom L" wrote:... For tests now I am using basic plan. In the documentation it says that I need Dropbox-API-Path-Root param to make a request but it seems that there is no such param for basic plan. ... Hi @"Artyom L", First of all let clarify some terminology. 'Dropbox-API-Path-Root' is not param, but header! In spite…
-
Hi @"saharin", Hm..🤔 It's something strange - seems like a problem of your environment (Visual Studio in the case). Try something like following simpler code: async Task ListRootFolder(DropboxClient dbx){ var list = await dbx.Files.ListFolderAsync(string.Empty); foreach (var item in list.Entries) { Console.WriteLine("{0}…