Comments
-
Hi @"Mm4991", Hm... 🤔 Did you set some file type/extension limitation and forget some of them by any chance? 🧐😉 Good luck.
-
Hi @"Dev Roy", You can do it automated using refresh token - it doesn't expire. Even more, if you use some of the supported SDKs, the only needed is proper initialization of client object - the SDK perform refresh internally. Do you have some issue with that?
-
Hi @"Anil kumar2", Your issue description is too... weak. Can you describe how exactly you perform those link generation and what error do you get when something fails. Some code snippet, that lets the issue reproduction, and exact error result, that shows the error in details, may be useful too.
-
Hi @"noob1", Using Delete is never a good idea! Most probably instead of deleting your shared folder you have deleted some subfolder into the shared folder. That's why that subfolder disappear for all. Another, more stable way, is to follow here. Find out there the shared folder you want to leave. Select the ellipsis on…
-
@"GTFreymann" wrote:..., and then run the command on that Directory one by one as they appeared. ... One more thing: You don't need to run the command for every one folder. You may list more folders at the same time if you want. For instance you may execute something like: ~/dropbox.py exclude add ~/Dropbox/Apps…
-
@"GTATech", That was (and is) always available for Linux too. There was only one exception several years ago - by mistake Selective sync was removed for Linux, but in that case the mistake was corrected fast after signaling (on the next release). I'm not aware of any other such case. The current one (192.4.4605) works with…
-
Once again: Your command will work only when your current working directory is the Dropbox folder! In such a way the folder name is path too. Otherwise no. To work in all cases you may try something like: ~/dropbox.py exclude add ~/Dropbox/Apps Good luck.
-
If your current working directory is Dropbox, Yes. Keep in mind that the folders are paths, not just some names! PS: You can easy check whether you can expect result from the posted command using something like: ls -ld Apps If the last command succeeds, then the your will succeed too.
-
Hi again @"GTFreymann", Yes, I understand and fully agree with you. A prize "most stupid sub-commands names" should comes to the Dropbox designer has proposed that names. All your steps you have till now are correct and matching to your intention! The only incorrect thing is the interpretation of the sub-commands names.…
-
@"GTFreymann" wrote:..., none of the commands I've tried have told debian dropbox to not sync anything else to the debian dropbox. Hi @"GTFreymann", Hm..🤔 You want to stop syncing particular folders down to your local folder (i.e. to add them to a list of excluded folders). Let's see... @"GTFreymann" wrote:... I tried some…
-
Hi @"Allan Layton", There are sometimes different application that self update (something I think is a bad practice), but only Dropbox application doesn't ask if and when to update; it just self-updates at some point unfortunately. There is no supported way to get back previous version. If you uninstall and install older…
-
Hi @"dev_ninja", At the beginning it's good idea to check the actual space immediately after your code get that error. Logging this would show you how much is the exact space. 😉 Also, checking the actual user account might be helpful. Good luck.
-
@"mp_w" wrote:... Neither of these folders (Apps or Apps/Name_of_App_Folder) was created. ... Hi @"mp_w", You haven't clarified completely yet the exact steps. If I understood correctly: In your account you created Dropbox API application of type Application folder. And nothing of application specific folders appears in…
-
Hi @"Ross82", Such an error appear when you have something wrong in your parameters. If you haven't reformatted your headers to post them here, then you have wrong HTTP header (every header in the header block should appear in a single line - your arguments are spread on multiple lines - bad syntax). If not exactly this,…
-
Hi @"developerscorpio", Doesn't /2/files/save_url works for you? 🧐
-
@"Jay", The topic is for multiple folders selection! 🙋 Why was this stripped?
-
@"sysadminz", The ellipses are still there (a bit bellow, when you have selected folders), but "Calculate Size" is stripped unfortunately. 🤷
-
Hi @"Thomas-DBX", Thanks for your reply! I'm able to see this option (you talk about), but it doesn't explain the status 400. I didn't save screenshot at the time of my first post 😕, unfortunately. Anyway... as seems it was some glitch in Dropbox that's in the past already. In this context - when your team starts some…
-
@"BenDBX", There appear some "noises" unrelated to any borders though! For instance I have a folder containing several dozen of files and total size 5~6MB. The link pointing there sometimes works sometimes no. When I try to download using "Download" button in preview, it ask me to log in!? The link is public! Follows what…
-
Hi @"prashant siya", That's not API issue. As seems Dropbox system has completely disabled all links downloads - new BUG once again. 🤦 I believe this will be fixed soon, since affect many users (almost all actually). 😉 Good luck to all of us. PS: https://status.dropbox.com/ - no any indication that a main feature has…
-
@"donaldm314" wrote:... 3. There is no need to use the access token. Hi @"donaldm314", In general Yes, you don't need to use access token explicitly when initialize your client object on any Dropbox SDK (including Python). The client object takes care to take access token alone/unassisted once initialized properly. Just to…
-
Hi @"Jeff B.63", Congratulations to you for your solution! 🙂 I believe your sharing will help many other people working on the same environment. There are some imperfections though that push your solution to the border of stability. There is small but real chance some of your API calls to fail authentication! Of course in…
-
Hi @"Roy2010", Your files aren't too big (tens to hundreds KB), so you can try something else. Download your troublesome file (let's say the last one - Mob6344872.pdf) to a folder outside Dropbox folder (let's say on your Desktop). Just to make it sure - not to move the file from Dropbox to Desktop as you have done…
-
@"diegostefano" wrote:... I looked into the upload session stuff, but I face the exposed token problem again. ... The only way to avoid token exposing is, as I said, use your server as a proxy in such case (not only for link or something else generation). In such a way file size limit is hundreds of GBs and you don't need…
-
@"iNeil", In general permanent deletion is available for all users (including personal). Why does API behave different at all? 🤔 Isn't it some sort of oversight?
-
@"Jeff B.63" wrote:Worked perfectly, Thank you. do I now just use the refresh token as the access token in all of my http calls? Authorization: Bearer <Refresh token> No, no, no,... definitely NO! Refresh token doesn't replace access token, neither opposite! The refresh token is only used for refreshing (regenerating in…
-
@"Jeff B.63" wrote:... Do I need to apply for production on the App or something? No. Probably mistake in copy/paste. I just tried too and everything works. Make sure you copy your client ID correct - even one symbol messed and... you saw the result. 🙋
-
@"julio_diniz_perdigao" wrote:... But I am affraid in step 3, some connections problem and not be able to pass the file ID to my back-end. ... Hi @"julio_diniz_perdigao", You don't need to pass the id in step 3. Tracing the changes in target directory would give you exact moment of file upload and its id as soon as upload…
-
@"Jeff B.63" wrote:The example in the blog uses curl but I need HTTP. I tried the online conversion tool from GitHub but it just gets syntax errors. ... Hi @"Jeff B.63", You can add -v option (verbose) in every curl command and you'll get entire HTTP request in the console output as is. 😉 @"Jeff B.63" wrote:... I have my…
-
Hi @"GSD Company", Yes, you can use Dropbox Java (or any other) SDK (or without SDK at all) to upload file (image or any other) and get link to the uploaded file. You cannot do it in a single call though (i.e. immediately)! You need to upload the target file and once uploaded you can create desired link (i.e. 2 calls total…