Comments
-
@"Ivan_" wrote:... Currently I transfer only access token and it works 🤓 Really?! If it works, what actually you are asking for?! 🧐😁 You cannot expect when object is initialized with just access token it be able refresh somehow. 🤷 How such thing can happen? Impossible of course - the refresh token is required, at least!…
-
Hi @"Ivan_", You don't have to perform any of the actions shown. Whenever such action has shown in some example, it's just to show how the refresh works (not that you have to use it)! Once you initialize/construct a client object using the credentials provided, the object itself will take care to refresh whenever needed. 😉…
-
What about, to open a terminal window, after that copy the command line, I posted above as is, next paste it into the terminal window and finally press Enter key? 🧐🙂 Is it working now?
-
Hi @"VictoriaAlger", Execute following command in a terminal: rm -rf ~/.dropbox Is the application now running normally after sign in? 😉 Hope this helps.
-
@"FesT" wrote:..., what I do not understand exactly is what for "undesirable attributes" are removed, ... Hm... 🤔🤷 To be honest I'm not sure what actually you are asking for. The attributes are undesirable because they break the syncing and that why they are removed! If these attributes are Ok for you, don't take a look on…
-
@"FesT" wrote:... Could you briefly explain what it does exactly? As I said already, main trick is recreation of every problematic file in the Dropbox namespace, so any undesirable attributes (assigned to the former file) get gone. This is the most brief variant. Within the script itself are many comments, describing what…
-
@"musidelics_0" wrote:..., but I can't seem to find a way to automatically generate new access tokens when the old one expires. ... You don't need to explicitly 'generate new access tokens'. The only thing you need is using refresh token on client object building and... that's it. 😉 You can continue use it as you are doing…
-
@"BrunoJ" wrote:... Hopeful this trend and your work will help the dropbox developers with fixing this issue? ... 🙂🤔 Hm.. Good wish, but better don't rely on. My experience shows - if the application doesn't stop completely and some part of the UI doesn't become too 'ugly', Dropbox development doesn't take care. 🤷 Linux is…
-
Hi @"FesT", As a temp workaround (till possible solution, if any) you can use following script: #!/usr/bin/bash ############################################################################## # Workaround for Dropbox broken sync # ---------------------------------- # Verified on Dropbox v159.4.5870 # Just make it executable…
-
@"Ivan_" wrote:... The problem is that this code does not work in my Application. It stops at Proce/ssCodeFlowAsync method and after that the eternal loading of response begins. Sometimes eternal loading begins at HandleJSRedirect and HandleOAuth2Redirect methods, I do not know what causes such behavior. ... @"Ivan_", the…
-
@"Greg-DB" wrote:... Anyone seeing an issue like this may want to contact support directly. 😁😁😁 Greg, that has to be the funny part. Do you really think somebody there can help? Rhetoric, of course. It's clear there is an application bug, at least. Anyway... My question was - as there are some criteria/flags forcing…
-
😈😈😈 !!!BUG!!! 😈😈😈 For whatever reason Dropbox application refuses to sync some files (and it's 100% repeatable). For reference take a look here. Please FIX it!
-
Hi @"FesT", Unfortunately I can't find solution, but can confirm that there is a 2 things. First one is that Dropbox application definitely behaves wrong. Like your findings I can see the same: Another interesting thing is that downloading the folder "does not sync" and adding the downloaded to Dropbox, it syncs back…
-
Hi @"FesT", Hm.. 🤔 That's something really strange. Can you share (shared link) some .png or .jpg that doesn't contain private info (or just some dummy picture) and definitely cannot (make it sure) sync? Available example might give some ideas... Let's hope.
-
@"Megan" wrote:... As part of the Dropbox for macOS update, the Dropbox folder must be located in ~/Library/CloudStorage, as you correctly pointed out. ... - Changing the location of your Dropbox folder is no longer supported by macOS. ... @"Megan", Yes and No!!! There are multiple interfaces provided by MacOS 😉. What…
-
Hi @"jayeshbhatia", Handling the content of any file (either downloadable or exportable) is your responsibility. There are no API (provided by Dropbox) to do that, but you can use suitable third party software (library) or implement the handling yourself.
-
Hi @"alreadytaken", Make sure your Dropbox application is closed/isn't running (no any icon, dialogs, messages - like the above, etc). Next execute following command in a terminal window: rm -rf ~/.dropbox-dist Might needed to wait for a moment and after shell prompt comes back in terminal window, try launch the…
-
@"messiaen" wrote:... Perhaps I just need to unshare it from all folders and the problem will go away. Is this the only way, do you think? Yes, exactly. 😉
-
This part of your question depends on your subscription. For different plans are different limitations. If you hit that limit your links will be banned. For more info take a look here. Good luck. PS: @"Kuroobi20" wrote:... to dl=1 and indeed it is a direct download link, ... Just to avoid confusion - such a link is NOT…
-
Hi @"Kuroobi20", Probably you don't see the details your question, but you actually asking for 2 different things. "direct file link" - I will suppose you have shared link created by /2/sharing/create_shared_link_with_settings. Such a link ends with "?dl=0" parameter. Replacing the parameter to "?raw=1" will give your…
-
Hi @"ThaiNguyen", You need to "refresh" the access token using refresh token. 😉 Take a look here for additional info. Hope this helps.
-
Hi @"ramble", As far as I can see your link is working (without redirection - https://linux.dropbox.com/packages/dropbox.py - redirection might confuse your browser). In spite, you can use the source too. 😉 Command line option: wget https://linux.dropbox.com/packages/dropbox.py Good luck.
-
@"ThatBritishOne" wrote:... Is there a way I can preserve the path to upload and create the folders automatically? The API creates folder structure automatically - no folder(s) containing file need creation explicitly (only empty folders, if any, need explicit creation). Check what 'path' have you set for each entry (need…
-
Hi @"Gene_Parmesan", Migrate your code to use refresh token (together with the access one). Otherwise your script users will need access token update by hands quite often. Also cache the access token and wipe out all calls not related to the link receiving to speed up the process (every call - meaningful or not - takes…
-
Hi @"Natalia Teresa", Mark is correct; you can't transform any link in Dropbox itself. However you can do that in some other application. 😉 Just Install one you would like and you can generate any machine readable representation (including QR code). The your "link" for instance: I'm setting the word link (above) in quotes,…
-
Hi again @"feltj16", In your code are 2 mistakes at least. 🙂 One directly represented with the error message and one's gonna get show when first error gets fixed. Seems you are messing files content size. @"feltj16" wrote: ...body: "What data is here ? base64 or file works ?"...var offset =…
-
Hi @"feltj16", It seems like your are messing offset on append content to least one of your files. I can say what exactly is your mistake, since there are different options, but you haven't clarified how exactly you are proceeding. You may have made additional mistakes (out of the error message direct scope). Post some…
-
@"Shy1" wrote:... #... var authorizeUri = DropboxOAuth2Helper.GetAuthorizeUri(OAuthResponseType.Token, ApiKey, RedirectUri, state: state); #... ... @"Shy1" wrote:... ... var authorizeUri = DropboxOAuth2Helper.GetAuthorizeUri(OAuthResponseType.Code, ApiKey, RedirectUri, state: state, tokenAccessType :…
-
@"Shy1" wrote:... and I get the following error: an error occurred while sending the request at the moment Exchanging code for token ... Are you sure you keep talking for the same thing? 🤔 I cannot find any place in your source code where you receive a authorization code (you're receiving access token only). In this…
-
@"Shy1" wrote:... ... // Respond with a page which runs JS and sends URL fragment as query string // to TokenRedirectUri. using (var file = File.OpenRead("index.html")) { file.CopyTo(context.Response.OutputStream); } ... Ok, let's take a look on above part of your code. Do you understand what exactly this code does and is…