Comments
-
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?
-
@"microworld" wrote:I have server A and server B in my network and I need to make a sync from my data files in server A to a Dropbox forlder in server B so my files can be uploaded to the cloud Hi @"microworld", Wouldn't Dropbox' LAN sync enough for you? 🤔😉 Good luck.
-
@"athithan" wrote:... is this an oversight in the SDK? It is, definitely! You can update it by hand, yourself (till official update least).
-
Hi @"dbmt", Take a look here if you want to know how exactly refreshing works. You'll need only the refresh token there though. Initialization of SDK in correct way would be enough. Hope this helps.
-
@"notredruide" wrote:... from "dropbox" to "dropbox-nautilus": Yes, good move! 👍 I didn't think of the dropbox-nautilus, cosa it too old. Anyway... you best know what you have done. 😉 And yes you can believe to the translator. 🙂 Моля! About the error message you have received (I saw you previous post that as seems was…
-
@"AZ92" wrote: ... The dropbox application is already for a while paused since 2 years. ... Ha..🙋 Then what surprises you actually and why do you place your OP at all?! It's normal - you just have one local folder named Dropbox and one Dropbox account - completely unrelated to each other. And will stay so while the…
-
Hi @"AZ92", Does you Dropbox application run at all? 🤔 The described leads to doubt is it working or not. Dropbox application is responsible for keeping in sync your online Dropbox content and local Dropbox folder content! When for some reason Dropbox application is stopped both places are not in sync. Make sure you have…
-
Hi @"notredruide", Try following list of commands: killall dropbox sudo apt-get purge dropbox rm -rf ~/.dropbox* wget https://linux.dropboxstatic.com/packages/ubuntu/dropbox_2020.03.04_amd64.deb sudo apt-get update sudo apt-get install $(realpath dropbox_2020.03.04_amd64.deb) rm dropbox_2020.03.04_amd64.deb sudo apt-get…
-
Hi @"morranjuke", Such thing could happen for variety of reasons. The information you provided is not enough for limiting them. To be aware where you're going on, start with empty string as a path when listing the folder and navigate to the right direction. Your path may be correct, but it's not clear where your API is…
-
@"dpellic996" wrote:... sorry for the confusion, i'm not very into these things and I find this very complicated! ... Hi @"dpellic996", As Greg already noted, you can initiate and perform authorization (granting access to particular account data) either by hand (without redirect URI; copy-past access code by hand) or…
-
@"RHyppa" wrote:I received about 75 .pdf's, can I print them all at once, or do I have to print each one separately? Thanks. Hi @"RHyppa", Walter is correct; that's something that's handled locally and usually you cannot rely on a cloud service (if not a printing one) to deal with this. Unfortunately, most of the…
-
@"Jeff B.63" wrote:..., my logic app has all the same content with the exception of User-Agent which in the Explorer shows as... Do I need to insert my own API name in there for the app that I created and has the same API Key? No, you don't need to change it at all. "User-Agent" header doesn't participate in any way to…
-
@"sonaknoon" wrote:... But why this one file in particular? If you look at my screenshot there are two other files that are created alongside "Browse.VC.opendb" and they are also gone when I exit the VS. But they don't cause any sync error because they are properly excluded from the Dropbox's evil hand. ... Hm...🤔 Good…
-
Hi @"sonaknoon", It sounds like whatever you have set, you don't ignore particular folder. If a folder is ignored, all its content is ignored (all subfolders and files). Did you check that the attribute you have set (com.dropbox.ignored) resides still in your attributes list of "Dropbox\!dev\.vs"? 🧐 Likely it dropped for…
-
@"ProducerChar" wrote:... when trying to save a file directly to Dropbox from Adobe Audition? ..., isn't the point of Dropbox to avoid that? ... Hi @"ProducerChar", In general when you use some service throughout particular product, which is not produced by the service provider, and some issue appear, support should be…
-
Hi @"pakk4", Before trying to do something read carefully all relevant documents (i.e at least curllib and Dropbox API documentation), something you skipped as seems. 🙋 In addition to what Greg said, be careful not to pass unsupported types (don't rely on C++ type checking since libcurl is NOT C++, but a clear C library,…
-
@"altie86" wrote: .., it didn't have one. In such a case your link is "fake" initially. Get the link anew (wipe it out and re-create if needed).
-
OMG. Yes, I agree: we're NOT on the same page! Your link is incorrect!!! I don't know how to say it and be clear to you. Don't you understand that you have it damaged? (again missing rlkey - why was you removing it) 🧐 By the way... you may expect another issue. Dropbox passes incorrect content type out and most browsers…