Comments
-
I'm not sure what you really ask. Dropbox authorization is based on token keys, so such key is something mandatory.
-
Hi @"tonyskate", Probably you didn't notice: @"Здравко" wrote:... You didn't mention explicitly and I assume you ask for revert to previous version. ... I'm commenting how you can revert Dropbox version, nothing more. I don't use Windows regularly, in fact, to be honest. I fully agree that Dropbox QA is very bad and need…
-
As mentioned in API documentation: For endpoints that accept performing actions on behalf of a team administrator using the Dropbox-API-Select-Admin header, files may be referenced using a namespace-relative path (e.g. "ns:123456/cupcake.png"). In this case, the namespace ID, "123456", would be the shared_folder_id or…
-
@"guymayor" wrote:Is it possible to get a token key only with APP_KEY and APP_SECRET without redirect_uri the authorizing URL that needes the user to open the URL in a new tab and copy-paste the code? ... Hi @"guymayor", APP_KEY and APP_SECRET represent the application identity, not to the user one! What kind of data, your…
-
Hi @"tonyskate", Absolutely same - no, but equivalent - Yes. When you want, removing Deny mark will let Dropbox auto update again. You didn't mention explicitly and I assume you ask for revert to previous version. Alternative variants are also possible in all cases (just preventing updater process run, in cases there is…
-
Hi @"Julien6767", Download earlier version of your choice. It's not mandatory to uninstall your current version, if not need for some other reason. Selected Install will override current install. Read more carefully for the unfreezing. :wink: Hope this adds clarity.
-
Hi @"fcorm", Take a look here. Hope this can help you.
-
Hi @"E-Dragon", Changing URL since you hit Enter in address line till moment actual file gets download is something normal. That's part of redirection process Dropbox uses. Actual trouble seems DNS problems (i.e. your ISP service DNS can't resolve all domain associated IP addresses). Try change your DNS server in use with…
-
Hi @"E-Dragon", Are you sure you url query is valid (i.e. as is)? It seems little bit modified, as much as I can see! Try click on following link directly: https://www.dropbox.com/sh/lxm9xufjgqkwj0h/AACUGEwXLkp0qZg7Y4tefdfka?dl=1 What you see?
-
Hi @"nikhilm", I fully agree with @"Hexrby"! "Customers don't care how you compile your code or app. Customers pay you for features or services which you provide." Customers interest in working solutions and quality products! Yes, more QA is need, for everything. No for misbehaving (buggy) databases, which needs "refresh"…
-
@"bobas" wrote:... * Linux 32-bit releases are now cross-compiled on 64-bit Linux Hi @"bobas", What actually this mean?! 32-bit builds was always possible to be used in 64-bit environment. What is the new thing here? :thinking: Aah... You have just discovered that's possible. :wink: Congratulations! :slight_smile: The…
-
Hi @"holf", I have try putting some guides here, but seems Dropbox forum don't like my post. Let's hope @"Daphne" will get my post out from the trash.
-
Hi @"holf", At the beginning you can try fix possible permission errors: sudo chown -R "$USER" "$HOME/Dropbox" sudo chattr -R -i "$HOME/Dropbox" chmod -R u+rw ~/Dropbox Also, existing symbolic links could be found using: ls -alR ~/Dropbox | grep " -> " If no any change, check the needs for watchable entries: i=0;…
-
Hi @"dbhvp", Yes and No. Not exactly at least! :slight_smile: That always has been the same and nothing new here. The only new thing is precaution message Dropbox introduce. Excessive care, I think. That's it.
-
Hi @"Tawasha", The best way unlink any device is the device itself, when possible. Otherwise you can disconnect/unlink every one device connected to your account using any device where you can login your Dropbox account. Just go to your security page (scroll to Devices) and press corresponding 'X' sign of every one…
-
Hi @"Matt F.16", You can check which files exactly are 'guilty' and investigate further, what's wrong using something like: dropbox filestatus $(IFS=$'\n';base_path="";for i in `ls -R -1 ~/Dropbox`; do if [[ "$i" =~ ":" ]]; then base_path=`echo "$i" | sed "y/:/\//"`; elif [[ "m$i" != "m" ]]; then echo -n " $base_path$i";…
-
Hi All, On this thread, two completely independent problems seems to be discussed at once. The initial issue (deleting message) is something related to the way some (typical - office or big IDEs or ... similar) programs behave. Key moment here is that, at saving, saved files aren't just updated, but initially new copy gets…
-
@"John L.2", In both cases, which you have describes (and not only), there is NOT a solution, but workarounds!
-
Ah... Strange... It works for me.... Another option is skipping link name and rename the link after that, if need (link name is optional). But this would work only when the link and the target are NOT in same place (that's one of the reason, linkname argument to be present - for changing name of the link; by default - same…
-
Hi @"Makhlouf", All you need (including sourcing, binary and tutorials) is here: https://curl.haxx.se/ Again, Good luck! ADD: As lib curl is a C library, but you are trying C++ coding, might be better take a look here: http://www.curlpp.org/ also.
-
I can confirm that your code works using either "raw=1" or "dl=1" endings. Seems you have network issues. That's it. ( Of course could be done some improvements in the code, like detect and automatically save in corresponding file, accordingly named file for example :wink: ) Good luck!
-
Hi @"Makhlouf", Did you try: https://www.dropbox.com/s/9thz78bwfeykqra/version.dat?raw=1 in your code? :thinking:
-
@"Tyrrell" wrote: ...However, this solution has two huge defects: * I believe that, for the symlink to work on two different machines, the absolute paths to the source files must be the same. This will fail, for example, if the name of the user folder containing the Dropbox folder is different. (Unfortunately, in MacOS,…
-
Hi @"VictorNemiro", I don't think support for such link is available currently. Probably you have to ask using feature request. Other workarounds are possible, which partially cover what you ask for. That might or might not work for you. As you mentioned "id" is expected. So give the id :wink:. Instead updating current…
-
Hi @"Walter", :slight_smile: HAPPY NEW YEAR!!! for you too. :upside_down::sunglasses: Success for You and the team! :wink:
-
I'm up to here, haven't more suggestions, currently. Let's hope someone else will give some additional possibilities, which work better for you.
-
Hmm... interesting... Let's try different possibilities. First, if and what kind of links you have inside Dropbox: ls -alRP "/Users/mjulia/Dropbox (Personal)" | grep " -> " If there is some result, pointing path have to be inside your Dropbox folder, otherwise could be the problem. Next, to remove potentially quarantine…
-
What's the result from: cat ~/.dropbox/info.json; echo :thinking:
-
Your subscription is a Business one! Did you try the same commands for the Business folder too, not only to the private one? :thinking: The issue could comes from there.
-
@"mjulia" wrote:... I've also applied the instructions above. Any other ideas? ... Hi @"mjulia", Is everything above passed without errors? Did you change the paths? In your case they are little bit different - the folder name differs! Can you pass exact result in the terminal after execution (in a code block </>) -…