Comments
-
@"TG6" wrote:... NOT effect affect the original account, which I do not have the log in information for. Yes, it won't affect original account, but you can fall in troubles, cause your folders got move and not on their usual places!
-
@"TG6" wrote:... so when I click on shared folders it brings me to the shared folders in my personal account online. Not the shared folder that is on my desktop, that is from another account. You have to do it on the same account associated to your Desktop! 🙂 Then it's the same folder; just different points of view. On the…
-
Hi @"TG6", Would be enough to get in your shared folders, find the particular share, and finally remove it using "Remove from Dropbox" on ellipsis menu associated with the list entry. 😉 That's it. Hope this helps.
-
@"sleepysloth" wrote:This just didn't produce anything for me. ... That's a good news generally. 🤷 If there is some result produced, it would be error and the result would direct where particular error comes up. In your case you haven't issues related to OS permission, for example, or similar able to prevent sync. I can't…
-
@"tomcho" wrote: ... Since posting the comment I learned that what I thought was smart sync was actually selective sync (which *is* simple and *is* available for Linux). The customer support person I originally asked this either did a very bad job at explaining to me what's what, or was as confused as I was. In any case,…
-
Hi @"Diana28", Business account or not, when you share something "outside", links (if they are not request links) are always read only. 🤷 That's it. The last change how the sharing tools look like predisposes such confusions, unfortunately. Some time ago, link receiving and file/folder share was 2 completely independent…
-
@"sleepysloth" wrote:That's the only thing it displayed. I did it again and it still just displayed "bash: cd: too many arguments" and nothing else. 🤔Hm... The only chance such things to happen is using within file/folder name some unusual symbol, like semicolon, and some very old bash interpreter version. For actual…
-
@"sleepysloth" wrote: ...The second one took quite awhile. Eventually it produced "bash: cd: too many arguments." 🤔 I confess, can't be sure what this means. If your folders/files count is big, the time for enumerating and evaluating every one is proportional, so it's normal to "took quite awhile". There is single "cd"…
-
Ok, all seems fine. Let's see the last steps. Check the current status using following: dropbox status Post the result and try again the following: (IFS=$'\n'; for a in `find /mnt/sdc1/Dropbox -type d -print`; do if [[ "$a" =~ "/.dropbox" ]]; then echo "<empty>"; else cd $a; echo "In directory $a:"; dropbox filestatus; fi;…
-
@"MT-Tester" wrote: ... In the Support part I already knew that they were not useful (they seems bots). ... Hi @"MT-Tester", 😁😆They don't seem bots! That's a bot. 😉 @"MT-Tester" wrote: ... I'm logged in to the Dropbox app on a mobile device. ... That's your chance to regain access to the account. 😉 Use "Connect a computer"…
-
@"Diana28" wrote: ...I want to share a folder on my Dropbox with someone outside of my team. I am using an admin account which is part of a Business Dropbox account. I can create a read-only link but when I go onto Settings there is no way to change the permissions granted by the link. ... Hi @"Diana28", 🙂 You have to…
-
Hi @"Jeff_S1", Seems, you are thinking in exactly opposite way instead of what "Selective Sync" implementation assumes to. 🙂 As seems you have noticed (to some extent) that using command (or GUI) folder tend to be excluded, not included, so how exactly you can add a subfolder in a missing (excluded) folder?! 🧐 Try to do…
-
Hi @"softwaremedicalshare", Just for clarity: When I mentioned "and on token generation", the meaning was for queried permissions there, not eventual token break! When you have created your application you have declared the possible scopes this application can have access to. Seems your declaration covers "sharing.write"…
-
Hi @"softwaremedicalshare", Did you ensure "sharing.write" permission for your application (both in Application console and on token generation)? Hope this gives right direction.
-
Hi @"Greg-DB", Seems, my example gets misunderstood. In the example changes detection is just a example part, not a final target! I'm aware how a change could be detected. Problem arise when multiple changes could happen in same time. Changes detection can't be used for conflicts avoid in such cases. I have no idea how…
-
While talking for missing features that have to be added, let's mention missing adequate API dedicated for serialization. Currently something similar tends to be "2/files/lock_file_batch" and "2/files/unlock_file_batch". While previous API calls are usable to serialize user (human) work, the same calls can't be used for…
-
🤔🧐 Strange! Maybe your computer is too slow!? Anyway... Let's try in smaller steps. Try stop the daemon at first, using following: dropbox stop dropbox status Execute above commands one by one. Repeat "dropbox status", if needed, till result "Dropbox isn't running!". Once the status shows that daemon gets completely…
-
@"8ccarlile" wrote:... Is there any way to somehow extend the data presented in the API response? ... Hi @"8ccarlile", Seems, my impression related to your final intent is wrong. The fastest way to get actual data of pointed file is using "2/files/download" API call. That's why I pointed this way. If for some reason you…
-
Hi @"8ccarlile", You have already everything need to reach file content, using the "2/files/download" API call. 😉 Hope this helps.
-
Hi @"sleepysloth", Now everything seems better. Should be some other issue. Can you post the log on dropbox start? Actually, post the result of: dropbox stop; rm -rf /mnt/sdc1/Dropbox/.dropbox*; dropbox start Wait for the moment when startup process finished completely. Let's see if there are some helper messages…
-
Hi guys, One way to workaround could be keep a list of cursors on regular basis and use the desired to enumerate latest (using /list_folder/continue). 😉 Hope this gives idea. Add: Final solution could be Dropbox adds support of double directional lists. Currently API calls (like /list_folder or…
-
@"Emma" wrote: ...Please note this is translated so apologies for any errors! 😯 Oh... Realy? 🧐 You just forgot to mention, what is the language that's translated from! 😆😃 Oh.. "Copy/Paste" Ohhh...
-
@"RobLatour", No any applet is guilty. 🙂 Seems Dropbox has fixed its system relatively fast! 🧐 Something very rare (don't to say like never before). 🤷 Let's hope, we can see such (or similar, at least) speed for many other ongoing troubles. 🙄 Let's hope...
-
@"Markstvn" wrote:... I added a new Sub-Folder to the Folder which was copied and pasted to the Drop Box Drive. ... I did not add it to the Dropbox Folder on my local drive, because I was under the impression that when additional subfolders were added to the original folder they would automatically appear in the Drop Box…
-
Ok, The good news is absence of any access permission issues (as much as could be seens). The bad thing is time lost to we figure out there is something wrong with 'jq' and 'tree' install you have performed. Anyway... You can check out what's done in wrong, if want, and we won't use them here from now on. Just to make sure…
-
🧐🤔 No, no, no... You're killing me. That's impossible. 'ls' and 'tree' both do very similar things. It's impossible for one of them 'error opening dir', but for the other no problem - both need the same access (ls - even a bit more). 🤷 Are you sure the both are execouted in same context - the same local user 'naomi'? 🧐…
-
You are using officially unsupported FS type - ext3. Anyway... Dropbox can't make distinction between ext3 and ext4, so this is unlikely be a reason. But this approximate count - 3, seems wrong (suspicious, at least). Are you sure there are some files in the Dropbox folder? Can they be seen using following command: tree -a…
-
Hi @"sleepysloth", It's really strange! 🤔 There are contradictions in your information. Seems, you have full access, but you're receiving "Permission denied". I have to confess, don't have any explanation to that. Anyway... We can check a little twisted version. What's the result of the following command: echo -n "Your…
-
The problem is NOT application related. Seems, the system is compromised somehow. I have mentioned this already here. Let's see how long will take for Dropbox fix it.
-
Hi guys, Don't try any tricks with your applications. That's something unrelated to any application. Seems, the Dropbox system got down partially (for some reason). Time ago I was being able observe what's going on when change something in my account using my phone, for example, while looking at web interface (without need…