Comments
-
@"mbvistaprint" wrote: ... We're unable to confirm the file size from the shared link. ... Hi @"mbvistaprint", To be clear what exactly is the problem, you have to provide some example, at least, or describe the way you are using to "confirm the size". Size is reported correctly as always. Nothing has changed recently…
-
Hi @"bolddp", Hah.. Seems really the HEAD requests response brings up bugs. 🤷 Let's hope this trouble will be fixed soon. By the way you can temporary workaround with a ****** GET request with a single byte range. 😉 Just make sure within the GET request is a header like: Range: bytes=0-0 Hope this helps to some extent.
-
No, it will NOT affect the existing long lived tokens, if any. Take in mind that if existing long lived token gets revoked (when application is gonna reinstall, for example; not just update with reusing of existing configuration) then only short lived token (together with refresh token) could be used from that moment on.
-
Hi @"parvezalam", I understand what you are asking for, but there is no other way, as far as I know. @"parvezalam" wrote: ...Also is there anyway to check if the folder is already mounted. ... If you take a look on documentation: Unmounted shared folders can be identified by the absence of SharedFolderMetadata.path_lower.…
-
@"parvezalam" wrote:... Till now what I found to get the sharedfolderId is to use ListMountableFoldersAsync method, but that will return all mountable folders Can we get shareFolderId with folder name. Hi @"parvezalam", Within the same object where you have found "sharedfolderId" must be one more field named "name", if you…
-
@"Mark" wrote:... intentional way is shockingly bad 😞 Yeah... especially! 😡 It's your "conscious decision" not to label it as a BUG, as it is actually 🤷 (On my opinion). There is no any technical restriction! Mostly... development laziness! Even no development actually - no any difference related to other platforms... Only…
-
i.e... BUG!!!
-
Hi @"Jaidan B.", All Dropbox moderators are able to see our conversation and forward to development if they decide to. The only more thing you can try open a support ticket, but... don't rely too much. 🤷 There are almost same persons. Do as you decide. Dropbox folder ZIP compression isn't consistent and that's why you…
-
Hah.. 🤷 Really puzzling! Ok, try off repeat the same as above, but just before starting Dropbox application anew remove all already copied to local Dropbox folder files from Dropbox online using your browser. Let's hope when there is only one copy to sync (from local to online), won't be any conflict condition. Let's see...
-
Hi @"Jaidan B.", Hmm... 🤔 That sounds like you have triggered some bug. It's known that Dropbox application isn't the most stable one. 🤷 Try to workaround by downloading missing files while the application is off. In addition you can clear the cache. Start with following in terminal: dropbox stop rm -rf…
-
Hi @"Jaidan B.", You did really hard troubleshooting work! That's truly strange. 🤔 After OS from scratch install and application install from scratch too (including without data),... nothing should be able stop the initial syncing at lest. The only part of your troubleshooting you can pay a little more attention is:…
-
Hi @"eduardoml", Have you created a public link using https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link_with_settings, for example. Or you can use…
-
Hi @"Aristide", Are you sure the particular file is your property or the owner lets you reshare aside him? 🤔 The error message leads to response No 🤷 (it's neither your property nor given permission to you or your account). Hope this gives direction.
-
@"digb150" wrote:... I get the following message "curl: (18) transfer closed with outstanding read data remaining". ... Hi @"digb150", Seems you are using curl to download your file. Curl provides option to continue download because of broken connection, for example. I don't know what command options you are using, but if…
-
@"AmanSingh" wrote:... Error message I am getting - Exception in 2/files/restore: "invalid_revision" Hi @"AmanSingh", How and where did you get the revision from, that gets refused here as an invalid? 🤔 Can you describe exact steps or, as @"Greg-DB" has mentioned above, share some code snippet reproducing the issue?
-
Hi @"flof92", Shared folder content engage capacity for all sharers, not just to the owner as you have thought. 🤷 Dropbox politics! That's why you capacity gets exhausted quickly. As a workaround, instead of folder share, content owner can provide shared link to let you access the folder and file request to let you (and…
-
@"af11" wrote:... In the documentation, it seemed to say that calling this method would return a json object, not this thing. I would like to access the data it's returning but don't know how to. ... Hi @"af11", Yes and No! I don't know what kind of documentation you have read, but seems you have mixed different things.…
-
@"LukeyB" wrote:... I'm trying to work within a prebuilt framework, where the location I wish to receive the webhook calls is determined by the parameters, and the current functionality breaks the request. ... Hi @"LukeyB", That sounds very strange! 🤔 Generally order of URL parameters shouldn't have matter. Any HTTP query…
-
Hi @"hb-dev", 2/files/list_folder lists a folder content (as the name suggests) and returns files and folders residing within directly or recursively (depending on "recursive" parameter). Most probably you will need 2/files/list_folder/continue to complete the list retrieval. To receive links to the files inside, you can…
-
😁 Good workaround! GZIP or nothing... 🙂 Better than before. Matches the specification at least. 😉
-
Hmm... 🤔 Yes, that's correct. There is some misconfiguration probably. Just for more reference follows example request: GET /static/fonts/opensans/OpenSans-Bold-webfont.ttf HTTP/2Host: cfl.dropboxstatic.comUser-Agent: UtilityAccept: application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8Accept-Language:…
-
@"VijayKumar E" wrote:... So why should I set the content-type as application/json", "application/json; charset=utf-8", "text/plain; charset=dropbox-cors-hack" for the request ? .... You shouldn't set anything, actually. @"VijayKumar E" wrote:... When I tried the API by passing the content-type as empty string (…
-
Hi @"Hanton", You have to get out of the folder you want to remove and try to delete it while it's selected; you shouldn't get back into the same folder. Take a look on following screenshot: Here folder 'Test' is equivalent of the one you want to delete. 😉 Hope this helps.
-
Hi @"VijayKumar E", The error message is descriptive enough, I think. For most API calls data are transferred in JSON form, not in urlencoded one. Seems you are trying to pass something in incorrect form. Even more, neither '/users/get_space_usage' nor '/users/get_current_account' require any parameters, so what are you…
-
Hi @"ancso", Where is 'redirect_uri' header in your call? 🤔 Did you forget it? 🧐 Review here again. Good luck.
-
@"af11" wrote:... I did that now: id = os.environ.get('USER_ID') dbx = DropboxTeam(token) dbx.as_admin(id) But now, I can't do all the methods that I did in the Dropbox class above, for example files_list_folder(). ... Hi @"af11", Hmm... 🤔 Where you are keeping Dropbox object resulting from the last call in your code? ...…
-
@"gagsbh" wrote:... I would like to make the upload of several files happen is parallel so I like to implement "UploadSessionFinishBatchAsync". ... In case most of the files are small in size and the memory stream is used completely in UploadSessionStartAsync(args, memStream), then what do I pass in memstream parameter in…
-
Hi @"vas1992", Yes, 'six' module is part of Python standard distribution and that's why preinstalled, of course. @"vas1992" wrote:... (vRMS) pi@RU000Q:~/source/RMS $ python3 -m pip show sixName: sixVersion: 1.8.0... Your version (1.8.0) is far old! 🤷 At that time 'ensure_str' isn't part of 'six' and that's why missing in…
-
Hi @"vas1992", @"Greg-DB" asked you for result of a command like: pip3 show six or another option: python3 -m pip show six Whatever you prefer. 😉 Function 'ensure_str' should come up there, that seems missing now for some reason. In addition you can find out your six.py place by using following on command line: echo…
-
Hi @"hrh747", Since you have your access token checked and it's working, seems you have saved the token in wrong way and/or improperly read it within your code. The best way for debug this case, I think, is to "resurrect" the variable you did use before, so there would be reference value. Compare value you are reading from…