Comments
-
Hi @"DavidLedger", One last test, just to confirm my suspicions. 🙂 What is the result from: ls -l1 ~/.dropbox-* 🤔
-
I might get confused again. Where you launch that on? Again we are talking for AWS, not your local machine. Am I right? What's the result from my "expanded" variant (launched on the AWS!)?
-
Ok, the clarifications, you just made, are important. You haven't mentioned anything about the commands result. I gonna expand them little-bit: dropbox start lsb_release -d; echo "Shell: $SHELL"; echo "Display: $DISPLAY"; echo "User: $USER"; echo "Home: $HOME"; echo "Installed: $(dpkg -s dropbox | grep Package)"; cat…
-
Hi @"DavidLedger", @"DavidLedger" wrote:Submitted this yesterday but it was rejected because of an 'HTML error' which has been removed. Something in this must be seen as HTLM and so missing when you get it. Yes, that's something usual. Sometimes seen as a HTML, sometimes seen as a Spam - one of the forum bugs.…
-
Hi @"DavidLedger", I just tried, but can't reproduce your situation. @"DavidLedger" wrote: ...dropbox: load fq extension '/home/bitnami/.dropbox-dist/dropbox-lnx.x86_64-93.4.273/PyQt5.QtDBus.cpython-37m-x86_64-linux-gnu.so' At this point the o/p in this window (A) stopped. After a few minutes, in a different xterm, same…
-
Hi @"DavidLedger", It's not need have GUI on particular device (including your virtual box) to run GUI session! 😉 It's enough running application has access to the GUI on your workstation (your Ubuntu laptop in particular). @"DavidLedger" wrote: ...Then pop-up window (no copy for paste allowed): Dropbox is the easiest way…
-
To be honest, I'm getting confused here. Initially you said "Dropbox directory started to populate". In this context, dropbox has to run, but according your result it's not. That's not possible. This "populate" doesn't fall from the sky! There is some process running to do that. As could be seen from the last post, the…
-
Hi @"DavidLedger", Your problem isn't the same definitely. Above issue was for authentication troubles. @"DavidLedger" wrote: ...rm -rf ~/.dropbox ~/.dropbox-dist ~/Dropbox; ./dropbox.py start -i Did get the 'visit URL' prompt, did so, and my Dropbox directory started to populate. ... As could be seen (you mention -…
-
Try following: sudo apt-get install python3:amd64 python3-gi:amd64
-
Wow... That's strange. Something got wrong with your system setup. From now on, I can only speculate what the reason could be. Try check, one by one, availability for every one of the required packages (which I listed above), using "dpkg-query -s <package name>". Check for (and install if missing) both 32 and 64 bit…
-
Wait for a moment, are you running on 32-bit or 64-bit platform? To be honest, I don't understand fully everything in the common text, but as could be seen, your system install 32-bit version of the packages by default. This is normal for 32-bit Linux install setup. In this context, why you try install 64-bit Dropbox…
-
You didn't show other results. Anyway... try following: apt-get install procps python3-gi python3 libatk1.0-0 libc6 libcairo2 libglib2.0-0 libgtk-3-0 libpango1.0-0 lsb-release gir1.2-gdkpixbuf-2.0 gir1.2-glib-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 nautilus python3-gpg Execute entire line at once. Just a check - if some…
-
Hi @"Wijnand", First make sure everything installed is up to date: sudo apt-get update sudo apt-get upgade Now, check what is the actual version of the installed packages and try install using 'dpkg': dpkg-query -s python3 python3-gi | grep -e "Package: " -e "Version: " dpkg -i Downloads/dropbox_2020.03.04_amd64.deb What…
-
Hi @"cipherguru", Yes, you are right. Unfortunately seems Dropbox had changed their way to check used FS. Some time ago the check was independent for every one FS element (file or folder). Now seems full FS check is performed only for the Dropbox folder, itself; further, the folder content is checked to be part of the same…
-
What are these intermediate mount point for (i.e. "~/CTest" and "~/ETest" in your examples)? They are meaningless. Only increases the load to some extent, nothing more. Are you sure the owning and access rights are set as needed on the other storages (i.e. to you)? I can't see a result from commands like: ls -al…
-
@"auspugs" wrote:... The main requirement in windows is, that both the hardlink and the folder, is on the same hard drive. ... Hi @"auspugs", Just one clarification! It's NOT enough "both the hardlink and the folder, is on the same hard drive"! They have to be on the same block unit (in most cases, this mean - same…
-
Hi @"cipherguru", I have no idea what exactly you are doing, but I can show you what's going on in my case. :wink: "Workaround" script is installed and Dropbox runs. Follows some commands executed exactly in sequence (and the corresponding results): $ mkdir ~/ATestDir ~/Dropbox/ATestDir $ echo "Just some text for test. ;)"…
-
@"cipherguru" wrote:I guess its my lack of understanding of C++ and Ubuntu but I could not understand what you meant by "(just change device mount to binding)" ... Hi @"cipherguru", Actually, there isn't any C++ code! Where you see it? API layer functions are C functions, not C++! Other (biggest) part is a shell-script…
-
Hi @"draylson", Waw... That's little bit strange (might be not so little bit). Seems, your 'sysctl' command behave unusually. That what you have done is exactly for temporary set (not permanent)! The same is noted in the link you refer to. Anyway... while works for you everything is Ok. :wink: Dropbox tries follow every…
-
I'm up to here. Probably @"Greg-DB" can propose some additional checks.
-
Wow... If content of 'data' field match exactly to the posted file... hands up... I haven't more ideas. Isn't there something missing at the end? The content there is JSON-ASCII encoded! Decode it before compare if need (or opposite). For example, encode the file you passed using: python3 -c "import json;import…
-
Hmm... You can try another diagnose way. Check if the transaction completes successfully using something like: curl -v -X POST https://httpbin.org/post -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Dropbox-API-Arg: {\"path\": \"/Cromosoma.cc\",\"mode\": \"add\",\"autorename\": true,\"mute\":…
-
That what I can see is you had send 4 bytes less than Dropbox expects and the confirmations given are for packets that the server doesn't signal for... Bug in the software!
-
Hi @"Andrew1983", Without know your email you can't change anything - the email is your user id! If you have a device connected to the account still, you can check there for the exact email. If you haven't access to the used email, that's a big issue; regular password reset becomes impossible. If your mobile device is…
-
Hi @"Greg-DB", Take a look on your answer here: https://www.dropboxforum.com/t5/API-Support-Feedback/links-for-multiple-files-in-a-shared-folder/m-p/335074 :wink:
-
Good idea for new feature request. A feature - currently not available for Dropbox API. Good luck. 😉
-
Wow... That's strange. :thinking: Make your own investigation, what's going on. Try crosscompile working desktop version and see if the behaviour changes. If I'm in your shoes, this would be the first check. Try if same file transfer gonna completes on desktop version.
-
Hi @"ags65", That's a old curl feature currently almost deprecated. The idea is when relatively big file have to be passed, credentials to be check in advance, so prevents get notification for invalid credentials after passing everything. Generally something useful. But seems your curl version doesn't behave as expected.…
-
Take a look here: https://www.dropbox.com/developers/documentation/http/documentation#authorization :wink: This is normal GET request, where all parameters are in the query.
-
Hi @"thejerrybryan", You give the answer to your second question. About the first: Didn't my first comment here (second page , at the end) gives enough information to you (for the issue nature, at least)? About the reason: Probably, customer support peoples here don't have any idea too. :laughing: