Comments
-
@"Nancy", Yes there is a change - before a try download wrong file was on go, now "Download" button doesn't do anything. Just shows error message: Is this the expected fix? 🤔🤦 By the way the file that shows up in the view exists!
-
@"Astrofrans" wrote:... My theory was that I could use my Dropbox and then just proxy frontend requests to it through my backend service, but I take it this is not what the API is intended for? ... Dropbox API is used to establish connection in whatever context (either users context or your own only). When you're using…
-
@"Astrofrans" wrote:... My question is: is there a way to generate Dropbox access tokens on my server without having to integrate the whole OAuth flow into my existing login procedure. Ideally, I'd like to keep my login as is, and then have the server generate a the access token, ... Hi @"Astrofrans", Yes, that's exactly…
-
@"marksmithhfx" wrote:... tsenterr (55) SSLWrite() returned error -9805 (55) is just an upload error. I can't find anything on -9805. ... Is there a list of error codes that dropbox might issue available? ... Hi @"marksmithhfx", The error, you posted, shows some platform specific error. Dropbox doesn't respond with any…
-
@"nive" wrote:... It does download the zip file ... Hi @"nive", Wow...😯 Really? That would be really surprising. 🤔 @"nive" wrote:... I grep for a particular zip file and download the zip file using "/2/files/download_zip" endpoint . ... If you take a look on /2/files/download_zip's documentation: Download a folder from the…
-
@"DavidG11" wrote:... The last time, the hasMore return true but the links array is empty. ... It's possible. In such case, you have to continue! Empty array is NOT end criteria. @"DavidG11" wrote:... I'll try with the id, if the java integration supports this. ... Take a look here. Don't forget to set direct only too.…
-
@"DavidG11" wrote:... * list_shared_links always return "true" for hasMore ... Hi @"DavidG11", Did you continue with the cursor returned? 🧐 Or, just every single time you start, it's from beginning anew. 🙂 Hope this gives direction. PS: By the way, to avoid processing long list of links, you can pass the path (or id) and…
-
@"Sapridyne" wrote: ... I'd love to be able to hide this icon when syncing, but for the life of me, can't find out how to do it. I've gone into the app and found the appropriate .icns file, renamed it and relaunched Dropbox and Finder, to no avail. ... Hi @"Sapridyne", Icons have different possible formats. To be able…
-
@"Morten Flatau" wrote:This is a line of code for use in Terminal, right? Correct.
-
Hi @"Morten Flatau", Execute following: rm -rf ~/.dropbox Now re-link your application, like start for the first time, on next launch. 😉 Hope this helps.
-
@"developersSave" wrote:... I've to move "folder-2" under "My-App" folder, but I don't have any id for this one. ... @"developersSave", You don't need id for your app namespace root folder. It's just empty. Pass an empty string instead of real ID. 😉 The concatenation can proceed without change.
-
@"Anonymous One", I serious doubt you don't understand the meaning of the term 'encoding'. More precisely the fact that this word meaning can vary depending on what's going work on about. Ok, I will try summarize in brief. A file is place where some data can be stored (any type of data; depending on this type,…
-
As always, status doesn't show any incidents. 🤦 The staff will say - this incident is NOT meaningful/important enough. 🤷
-
@"developersSave" wrote:... that's my method for folders, but it doesn't work (to and from path are both id:etcetc): ... @"Здравко"wrote: ... 'id' can be use as path in all cases where existing object is expected to be there. ... When you have non existing object (the target path), you can combine id and trailing part of…
-
@"Anonymous One", I have no idea how the situation can be explained more clear. Dropbox doesn't make difference between text based files and binary files! The content has to be uploaded as is without any change. Dropbox will save whatever you upload, as you have uploaded it, exactly (if encoded -> encoded)!!! That's why…
-
@"Anonymous One" wrote:...let pdfData = file.load({ id: 'file cabinet file id' }) // this will load the filelet dataContent = pdfData.getContents() // this will fetch the content of the loaded file.... Hi @"Anonymous One", Are you sure the file denoted by the id is the actual file you want to upload and not some encoded…
-
@"developersSave" wrote:... does it works also for folders? Can I move them in other folders? ... @"Здравко" wrote:... In other words, as you have passed id to get metadata, in the same way you can pass file/folder id as fromPath parameter (it's the same). ...
-
@"Nancy" wrote:... How long have you been experiencing this behavior? ... @"Nancy", this behavior comes from day zero of Dropbox existence! Just repeat, as described by @"Fredrik_P", and you will see it. I just created a test1.txt file and renamed it to test.txt: As you can see on the screenshot, the file gets correctly…
-
@"Vineeth1" wrote:... The json doesnt contain refresh code in it. Is there any settings I need to change Hi @"Vineeth1", Did you denote offline access in your authorization URL? 🧐 If I have to bet, No. 👈 Take a look on this example. You don't need the last step there, just get the refresh token. Hope this helps.
-
@"nive" wrote:Hello @"Здравко" @"Здравко" Correct me if I'm wrong , So the app name "CISCAT" and the folder name inside /Apps should be the same ? Asking so , because the folder name is CIS_CAT( with an underscore) . And thank you for the path correction , Ill try that . ... Hm...🤔 Yes and no. In general that's the rule.…
-
Hi again @"nive", You give different values for the path in Dropbox: In your first post "/Apps/myfolder/download.zip", but in second - "/Apps/CIS_CAT/CIS-CAT-Assessor-windows-GUI-jre-v4.30.0.zip"! This is important since you application name is "CISCAT", it can see only folder "/Apps/CIS_CAT/", as a root, and its content,…
-
Hi @"nive", Too few info has been provided for direct answer. First of all, what type of access your application has, "App folder" or "Full Dropbox"? You gave the path where you put the zip file, but what exactly you have passed to as argument? Provide something more complete as a example - what's executing (including all…
-
@"Vineeth1" wrote:... I keep getting captcha ... @"Vineeth1", that's the reason of captcha to be there. 😀 If you want long term access, you can rely on refresh token instead of access token only. 😉
-
@"sashafree" wrote:... I've tried viewing it with another email and ... @"sashafree", the email doesn't matter! What about incognito browser window that Mark mentioned about? 🤔 Did you try?
-
@"GustavoLeopoldo" wrote:... The response is ok (200), but I need to use content-Type as binary or Txt. ... Hi @"GustavoLeopoldo", Since you have successfully received your data, you don't need to observe what's the actual transfer type (content-type). This same content is saved as is in your response object as binary/blob…
-
@"DDmUSA" wrote:... Can any platform offer this? ... Hi @"DDmUSA", There are platforms that promise such things, but believe me all this is nothing more than lies. If you are able to listen to something, that means it's already downloaded somehow (in spite not in form of classical file). And since downloaded, it's always…
-
@"Buff Daddy" wrote:... ... Hi again @"Buff Daddy", It looks like you're talking not about simple shared folder but for team folder/space. Only admins can manage such folders (including adding/removing members to there). If you're admin, log in as such and take appropriate steps. If you don't have admin rights, ask you…
-
@"Jopo-JP" wrote:... If the user edits a file and saves or rename it, there is no batch operation. ... @"Jopo-JP", Save and rename operations cannot execute in batch together, but multiple save (upload actually) operations on one side and multiple rename (move actually) operations on other side can be executed in…
-
@"Jopo-JP" wrote:At the moment i'm testing the api and noticed if i move multiple files/folder it only moves one file a second. Renaming also suffers from the same problem. This seems rather slow. ... It can cause issues for me, if multiple people at once work on files in dropbox and move stuff around with 100s pdf and…
-
@"developersSave" wrote:... As a result, should the path necessarily be managed with '/general-folder/my-folder'? May I use 'id:AAAAetcetc'? ... Yes, you can use it. It's matter of your choice. Also there are some differences, that you should take in mind, and that can be a trouble if you are not aware or ignore them. The…