Comments
-
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…
-
Hi @"diegostefano", In the described situation you have 2 possible scenarios. Usage of temporary upload link or make you server behave like a proxy. You can use /2/files/get_temporary_upload_link to generate upload link (server side) on demand and use the same link client side to make the actual upload. This way is lighter…
-
@"Msadr" wrote:... There must be some parameter that I need in the URL? Hi @"Msadr", No, you only need to keep all URL params as they are - just don't change nor remove something. If you have some example page that doesn't work, it would be more informative. Good luck.
-
Hi @"Egorov_WIIW", There are variety of reasons for such behavior. You didn't check actually for all possible cases! Try catch 'DropboxException' in an except statement, not only 'ApiError'. There should be some more information. By the way using access token only is not a good idea. It expires and you need to authorize…
-
@"rushikesh1" wrote:... What should I do ? ... Hi @"rushikesh1", Hm..🤔 What would you say for dancing some style you like? 😉 Or... better describe in more details what actually you're going to do and what you've done till now. Include some code snippet showing (and letting reproduction) the issue you have. Just "it showed…
-
@"ilanb" wrote:... It was then endlessly hanging there in starting mode. I found the solution here, and used the same value of 500000. ... 🙂 If you executed the lines I mentioned above, you would have saw that message already and know this. Something more: this is not just some arbitrary number. This number have to be more…
-
Hi @"GSD Company", Dropbox program don't have any storage themself, so no any storage limit. The storage that particular program can rely on is the one available to the account that the application is linked to in any particular moment/case. If your application would be server side application that'll use your own account…
-
@"ilanb" wrote:Well, Selective sync is under Preferences which can be accessed when the icon in the tray responds. But this one does not. Any click on it and nothing happens ... So... your issue is related to main menu, not the submenus there. Most probably the source is the same. It's know (not by Dropbox 🤦) that the menu…
-
@"ilanb" wrote:... but clicking on the icon does not open the submenu. ... Ah.. I thought you mean the main menu. Sometime the application cannot start properly; that's why I mentioned the above. About the submenus... they actually is a pain that Dropbox never confirmed existence of. I signaled for such issues long time…
-
@"ilanb" wrote:... 1. how can I get the icon to open the submenu? ... Hi @"ilanb", There is no universal answer to such a question, but you can try something like following commands in terminal: killall dropboxdropbox start Does the menu appear now? 🤔 @"ilanb" wrote:... 2. is it possible to access the settings from another…
-
Hi @"Carter57", Turn to permission tab above. Take a look on "Team Scopes". Have you selected some of them? 🧐 If so, only team admin can perform such an action. 😉 Remove all team scopes. As a workaround you can authorize your application using OAuth flow where you can limit the active scopes to applicable for personal…
-
@"Rahul LR" wrote:There is way to tag the files and folder from the dropbox.com webapp. I'm using python SDK and ... I have check all the API but did not found it. ... Hi @"Rahul LR", Hm..🤔 All? Did you check this one? 😉 Hope this helps.
-
@"Rich", Let midroworld decides. 😉
-
@"Rich" wrote:😉 If doesn't sound like ... Topic: Can I share a Dropbox folder in my local network? Hm...🤔 How it sounds like?