Comments
-
@"Fiona", Seems you haven't read my posts above careful enough (including links inside)! Ok I will repeat: Every one symbol which code is above 65535 (i.e. can't fit in 2 bytes) are unsupported from Dropbox system ( not just the application! ) for file/directory names. This was confirmed from development support (follow…
-
@"582374893" wrote:... I was browsing through my files and saw a file with a red cross on it, and after inspection it seemed it wasn't syncing because of an emoji in the filename. ... The problem comes from fact every one symbol is represented/ mapped to particular code. Dropbox as a system don't support all possible…
-
Hi @"Greg-DB", I hope you can add to the feature request, "~/.dropbox/command_socket" related, also support for "~/.dropbox/iface_socket" socket. The second one isn't only available on Linux, but also on Mac. Documentation for, already available, interfaces would be helpful and could meet many applications in practice.…
-
@"Fiona" wrote: ..." Files with a bad filename can sync to dropbox.com, but might not appear in the Dropbox folder on your computer, or work properly on incompatible operating systems. " ... Hi @"Fiona", I really like your enthusiasm (also your icon above 👍), but again read carefully the text you cite above. :wink: More…
-
@"corktowner" wrote:... I have attached the terminal output when attempting to start Dropbox. ??? Where? :thinking: @"corktowner" wrote:apt-get install libatomic1 Worked for Ubuntu 18.04. And... What exactly is the problem? :nerd: ... Ok. Great, i.e. you don't have any problems.
-
@"582374893" wrote:Is there a way to show all Sync errors in Dropbox? I was browsing through my files and saw a file with a red cross on it, and after inspection it seemed it wasn't syncing because of an emoji in the filename. ... @"Fiona" wrote: ...:dividers: Check out a list of these characters. ... Hi @"Fiona", On the…
-
:grinning::grin: May be that's a serious Dropbox drawback and have to be considered seriously. :wink:
-
Hi @"Fiona", There is discrepancies in Linux, also. On following screenshot is your post above in background and my menu - on foreground:
-
Hi @"BIMcollab", Actually you can. Just fire out "https://www.dropbox.com/logout" before ask to the user for new creditials. :wink: Hope this helps.
-
Hi @"Greg-DB", Actually it's possible, but is platform dependent and available only for Dropbox on Linux. :wink: Take a look in the socket "~/.dropbox/command_socket". @"Kyri", If your platform is Linux, you are happy, otherwise - have to hope something will change.
-
Hi @"Kyri", Actually you can't. The call is asynchronous and the bechaviour can't be predicted or forced. You should always check for 'has_more' flag set and get in loop until flag gets unset. Hope this helps.
-
Hi @"John B.234", Dropbox perform caching of all contents you have working on ( even when you want to see some full resolution picture, not just thumbnail :wink: ). The cache gets cleared automatically from time to time, but not too often. If your device free space is limited and you reviewed too many pictures at once,…
-
Hi @"Rick_M", The @"TL73"'s, question is reasonable. Note, Dropbox primary functionality is Syncing, not backup, even though such feature which mimics backup functionality, exists! If your needs are restricted just to "resurrect" unintentionaly deleted file/folder, it's Ok, but when you need full featured backup (for…
-
@"Julia20" wrote: ... We have included a fix in v86 for files that end in '.tc' and '.hc'.... Hi @"Julia20", Why particular extensions (file types) only? There is wide variety of encryption schemes/applications - with corresponding file types/extensions (or without extensions)! Is there some reason such limitations to be…
-
Hi @"Lusil", I'm not sure how exactly your application perform service related actions, but if the said in @"Walter"'s post is true, not just some "words" (unintentional error), seems your developmet have reached next fault (as a basic idea - not just typing error). The background services was never guaranteed to run while…
-
Hi everyone, At this thread beginning was noted a possible permission problem as a reason. I read everything up to here, but haven't seen any try, somebody to check for (or fix) eventual "pain source". Just some statements, that not a permission problem but nothing more. How is this confirmed? :thinking: Did you have try…
-
@"Luis28", One last check to see if by error your library don't match 64-bits: file -L $(whereis libatomic.so.1 | sed s/libatomic.so:\ //) The result should contain "ELF 64-bit LSB shared object". If result contain "ELF 32-bit LSB shared object" or nothing similar at all, there is something wrong in the library…
-
If the error message prodused is the same - i.e. import error for libatomic.so.1, not other library, for example - I have no more ideas. :slight_frown: Sorry.
-
@"Luis28" wrote: What you mean here? - "the other package"... Why back? i did install the 32 bit package of dropbox to test if it does make a differance. It did not, so i will install the right one for my PC's architecture again! (while installing the following message pops up: error: can't create transaction lock on…
-
@"Luis28" wrote:all right so back to the other package! ... What you mean here? - "the other package"... Why back? And result from following command: objdump -i $(whereis libatomic.so.1 | sed s/libatomic.so:\ //)
-
First, the Dropbox package and the library package should match your architecture! After that, to see what's going on exactly, what is the result from: ls -l $(whereis libatomic.so.1 | sed s/libatomic.so:\ //) :thinking:
-
@"Luis28" wrote:... i followed the solution and tried to install: sudo dnf install libatomic* but all packages where already installed. ... Hi @"Luis28", Are you sure?! :grinning::grin: Note here no file name is denoted, but package name! Accordingly the wildcards have different meaning here, little bit! Wildcard use is…
-
Hi anonymous, :grinning: When you make a call to a native OS API, are you receiving results ordered somehow? :wink: Every application arranges the result in a target sequence or use some library to achieve this. Hope this helps to some extent.
-
Hi @"Sparsh C.", I'm not so sure what is still not clear on the information. For every one big, heavy loaded network system, (like Dropbox, but not restricted to) it's always matter of load balancing. There are different ways achieve such balance. The Dropbox chosen one is described in the API documentation (as much as…
-
Ooohh... If the problems are default browser player options, they could be disabled using different approaches. Overflow the player with a <div> tag, for example, and redirect clicks alternatively to play and pause. :wink: No very powerful but simple solution. You can use HTML like following (as idea): <div> <div…
-
Hi @"alexkaplanphoto", In fact, when you change the ending parameters to "raw=1", you have almost formed a download links! :wink: The only difference is missing "content-disposition" in http header. If you embed a link with attribute "download", pointing to your video, it become download link. That's why when you disable…
-
Might be more easy to review raw JSON result. There always is field 'has_more', with value either true or false. 😉 PS: There isn't guaranteed way receive everything at once. Could be received 'has_more' on the beginning, for short list, but no guarantee! Convenient way to pass the result is using codeblock (</>).
-
I already have said everything I can. I believe that everything is clear. If there is something else I can add, You or somebody from backteam can ask me, I would be happy to help further. I want to note that statements, like a discrepancy related to feature description and actual feature are new feature request, is more…
-
Wow... Probably the Ticket #9534992 is closed. That's way I have no any new post from a while ago. Seems your "specialists" are no so specialists! As I already said, I can't add anything more. Of course, if you want, new ticket could be created, but I don't want to repeat everything again. All my system details are in the…
-
Hi @"Daphne", I can't say anything more than described in links I have posted above. There, everything is described in details. About tickets... :laughing: I already have one (I have no idea why you can't see it) for something else, but "speed" is disappointing. :slight_frown: I can't add anything more. If that's not…