Comments
-
Ok, is there something strange on Dropbox startup? What is the result of: dropbox stop; dropbox start Some diagnostic messages appear there sometimes. Post the result. Let see it. 🤔
-
🙂 Yes, as I have guessed 85186 is much bigger than 8192! The limit have to be above the actual value. Next some reserve addition, you can use the suggestion from the error, you have received previous, without any change. I'm repeating it below: echo fs.inotify.max_user_watches=100000 | sudo tee -a /etc/sysctl.conf; sudo…
-
Hi @"Iplicjian", All those "unwatched" don't look well. Let start step by step. You haven't checked your whatches limit yet, as I suggested. Let's make sure you have some basic tools installed using following: sudo apt-get install tree jq Now, current watch limits could be evaluated using following: db_path=`jq -r…
-
Hi @"neuromante", Is there some reason you are using beta/test application version? Did you try stable release? If not, go in general settings and make sure "Early release" there is turn off. Next, run following commands in terminal (line by line): dropbox stop rm -rf ~/.dropbox-dist dropbox start -i Hope this helps.
-
Hi @"arch2020", Try transform the path from "/Apps/App_Name/example.xlsx" to "/example.xlsx". Is this helps? 🤔 Try to explain why. 😉
-
@"johannesjo" wrote:... `GET https://content.dropboxapi.com/2/files/download?ngsw-bypass=true 400 (Bad Request)` ... Hi @"johannesjo", Take a look on the documentation more carefully. The query must be POST, not GET! Hope this gives direction.
-
@"Iplicjian" wrote:Results : ... user@AsusA54C:~$ sudo chattr -R -i "user" ./Dropbox chattr: No such file or directory while trying to stat user chattr: Operation not supported while reading flags on ./Dropbox/ONLINE ONLY (cloud storage)/Dec 2014 to Jan 2015.photolibrary/Database/BigBlobs.apdb ... Hi @"Iplicjian", Pay more…
-
Hi @"MarkusF", Try remove protocol name out of host name. Hope this helps.
-
If you have lost in the results, post them here. For example: how many files you have in your Dropbox folder and what's your current limitation? Are some errors coming from other commands I have mentioned? After leaving some time to the application, is there some progress and what is the status result comes from the last…
-
@"Iplicjian", Why are you trying build anew nautilus plugin? 🤔 I haven't noticed any complaint related to how Dropbox files appear on Nautilus! Or am I missing something? Your problem comes from work of Dropbox daemon, not something else. Most probably you have some file/folder attribute somewhere in your Dropbox folder…
-
Hey guys, Is there any problem installing prebuilded plugins, from here, instead build anew? 🤔 Download the debian package and run following while in directory where the package got downloaded: sudo dpkg -i dropbox_2020.03.04_amd64.deb Update the file name, if has changed in mean time (take a look on downloaded file actual…
-
Hi @"wen_hsiao", Wow... Where have you got the "cursor" from? 🤔 Are you sure it's correctly represented? Looks enormous! Check previous call where you get this cursor from. Hope this gives direction. PS: For info about different errors take a look here.
-
@"tiamat" wrote:... const { async_job_id } = await dropbox.filesCopyBatchV2({ entries, autorename: false, }); ... I get a response with a status of 409, statusText of "Conflict" and an error_summary of internal_error. ... Hi @"tiamat", Seems, someone (one or more) file with same name reside at destination already. 😉 If you…
-
Hi @"sarnaud", You have received error message that JSON parser isn't installed and that's why can't run! On the terminal output is advice (even two) how you can solve this. 🙂 Seems you haven't noticed it. Anyway... Just install it, using following: sudo apt-get install jq ... or using any other way convenient for you, and…
-
@"GioSomma" wrote:... I'll do some tests again. ... Hi, 🙂 Seems you don't know what I have told about or missing experience, if you need to test. Following articles can guide you in your first steps: https://kb.iu.edu/d/bdnt http://www.cs.umd.edu/~nelson/classes/utilities/xforwarding.shtml The above is enough to speed up…
-
@"GioSomma" wrote:... Since there is no GUI I cannot verify what is happening. I can only see if adding or deleting a file replicates it correctly, but I can't do anything else to check if Dropbox is working. Hi @"GioSomma", That's not entirely correct. Yes, you can't check current status on status bar or similar. If you…
-
Hi @"sarnaud", From that what you post can be only concluded that the pointed partition (sda1) is formatted in a way matching Dropbox requirements (filesystem ext4), but nothing more. If you have some problems executing my command above or parsing the result, post the result as is (together with the command as appear in…
-
Hi @"Oswego", I confess can't understand exactly what you mean. @"Oswego" wrote: ... we fetch the list of files to be synced with that particular user, we fetch the list of files that user already has synced, we go through both lists and check if something is missing and we sync it, we remove stuff in excess and we update…
-
@"Oswego" wrote:The organization I work for uses Dropbox APIs to sync manuals and firmware files located in a server, to the Dropbox account of its users. ...So, instead, we are syncing files manually. We periodically compare each user's files with the ones in the server and then sync them. ... The question is: is there a…
-
[user id] should be something like 'u235631156', not literally the same. Anyway... If the 'files' folder is empty, I can't say anything more. Sounds very strange! As a last resort you can try application reinstall.
-
Android/data/com.dropbox.android/files/[user id]/scratch 🤔 Did you check there or not yet? Check it!
-
@"GioSomma" wrote:... Where am I doing wrong? Hi @"GioSomma", Actually, you weren't doing anything wrong, anywhere. 😉 Might be pointed some imperfections in your service file, but it's fine still. The problem comes from your expectations! 🧐 Note that Dropbox application is a client mode application, as noted in users…
-
@"PhantomRick" wrote: ... I have to manually download the files & had the scratch/[user] directory ... Hi again @"PhantomRick", I have no idea why you will need to "manually download" anything. 🤷 Dropbox application take care for this, usually, and keeps the content in sync. The "scratch" directory is something for…
-
Hi @"PhantomRick", Have you used "Make available offline" feature on the target files/folders to make sure they won't get off on some circumstances (primarily memory need)? 🤔 Hope this helps.
-
Hi @"sarnaud", It's important file system type as well as how particular partition gets mounted. Is it mounted at system boot up or at first query? May be more details could be get from following command set result: db_path=`jq -r '.personal.path' ~/.dropbox/info.json`; df --output $db_path; grep `df --output=target…
-
Hi @"Juan Karelse", Just set the correct email in your settings using edit link, next to the currently set email. Hope this helps.
-
Hi @"sverdon", You can enumerate all places of interest, using 2/files/list_folder / continue and for every one file considered target can create a shared link using 2/sharing/create_shared_link_with_settings. Once you get the links you want, you can make whatever you want with them. Hope this gives direction.
-
Hi @"jbiskofski", All right, since you have find out a solution working for you. Symptoms in your case are slightly different, for sure. 🧐 Your case is different, definitely, so don't mess them! Good luck! 😉
-
Read here and learn, if you want. Good luck!
-
Hi again @"tmelander". 😉 1 - Dropbox folder is a folder like any other folder in your computer, so nothing special, nothing aside of that I have said in the previous post above. 2 - It's safe generally. You have to be very careful while using some strange "features"! Read carefully everything before make some choice, not…