Comments
-
What about Linux too? 🧐 How long gonna be ignored? 🤔 Linux has always supported ARM!
-
@"celinafregoso99" wrote:... val mediaItem = MediaItem.fromUri("https://www.dropbox.com/s/lbe1kod9t6yuh5j/sample1.m4a") how to solve this ? You're not pointing media file but a preview page (i.e. HTML)! One alternative is download link: val mediaItem =…
-
@"MartinHeroux" wrote:.... Incidently, some of the symbolic links do point outside of dropbox, but that does not seem to be a problem as everything synched fine after I fixed the max_user_watces limit. Be careful, @"MartinHeroux"! Such links get in sync, but the content they point to not. ☝️ If this is not a problem... 😦…
-
@"MartinHeroux" wrote:... this is why I got a bunch of errors like this: chattr: Operation not supported while reading flags on [...] Does this mean I need to somehow remove these symbolic links in order to get my Dropbox synching unstuck on my Linux machine? ... Hi @"MartinHeroux", Not actually. If the other 2 line in…
-
Did you check what I have advised above or not? Notice different token could have different access on same account!
-
Seems http format is acceptable, but what about path existence? For example, you can check the root folder list results on Dropbox API Explorer with empty path and the same access token used here. Does the "glucose" folder appear in the result? 🤔 If Yes, continue the check recursively.
-
Hi @"deebee_it", You haven't mentioned what is the exact "MYPATH". First: Are you sure the path, you are referring to, exists? Second: You are relying on utf-8 encoding. Take in mind that Dropbox interpret all JSON input as a ASCII string, the encoding set is ignored! If you are using some simbol(s) outside ASCII set, make…
-
Hello @"Dima", @"neuromante", Yes, I agree, there isn't something suspicious. Seems like some strange behaviour 🤷; Not something new for Dropbox application for linux 😠, unfortunately. The last years, the only new "features" are bugs and restrictions! Communication to the system tray isn't a plus for Dropbox, generally. If…
-
@"arch2020" wrote: ..., it seems that with app folder, there is no need for referencing the name of the app, as the default location of the app, will always be the name of the app folder. ... 🙂 Almost exactly! 👍 Actually, the app' folder forms a namespace that become a root folder for access from the application side. 😉
-
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!