Comments
-
Hi @"Johnheed", I don't use Adobe Illustrator and am not sure if possible (in particular) but set relative links would solve your problem (likely). Try at least... :wink: Good luck.
-
About the stupid and meaningless message, take a look here https://www.dropboxforum.com/t5/Installs-integrations/Need-to-quot-download-proprietary-daemon-quot-every-time-Xubuntu/m-p/380239#M83397 😉. Hope this helps.
-
https://www.dropbox.com/developers/documentation/http/documentation :laughing::grin: Is that a rhetorical question? Just use API documentation and implement whatever you want. 😉 Hope this helps.
-
Hello @"Daphne", Can you share to us: Will we alive to see, some day, that gets fixed? :thinking: :nerd: Thanks. :slight_smile:
-
Wow... Everything looks fine. The file is pretty small. I have no more ideas. 😞 Seems like a bug 🐛, very similar to "one time update". Only Dropbox development can say what is really going on here (if they know what they're typing).
-
Try following: ls -alR ~/Dropbox | grep "FullRhs_SFW6.m" Let see the result.
-
Am I wrong or some errors dissappeared now? What's resulting "dropbox status" now? :-?
-
Hi @"yuvi", In your case seems the daemon started successfully. Next, some other problem brings up, some problem related to communication between daemon and Nautilus plugin. Try uninstall your plugin, ensure all is clearred enough and install again latest version according your system (32 or 64 bit). After uninstall check…
-
Hi @"laurocesar", Your issue is something completely different. Did you solve it? There could be two reasons - permission mistake or broken installation (for some reason). You can try fix some possible permission problems using following commands: sudo chown -R "$USER" ~/.dropbox* chmod -R u+rw ~/.dropbox* If nothing…
-
Ooh, Yes. That's known bug in the control script. I have signaled long time ago, but no fix yet. Dropbox development don't care about. Easiest way is ignore such messages and always reject new install (it's already installed in fact). Another way is introducing delay in launching after restart. In fact due to heavy initial…
-
Hi everyone, On this thread different troubles are posted! Most of them are related to missing library assignment declaration (library package in fact). For Ubuntu and other debian derived packaging systems, package name is "libatomic1". For RPM based - "libatomic". Workaround to this Dropbox developers fault could be…
-
Hi @"wellerpond", Seems like you experience some permissions problems. On MAC OS there could be two parallel install, one - system wide and other - per user. From your description could be concluded one of the installs is damaged and the other works. It enough only one of them to work so everything could work as usual. To…
-
Hi @"Miguel P.16", Dropbox icon appearance is a very "painful" thing for Dropbox, seems. There are many different situations where such thing (missing icon) could happens. Might be some missing dependencies again. Did you check that "libappindicator" is installed? This is first thing you can ensure (missing in…
-
Hi @"Jane", Seems there is a mistake/bug in dropbox package declaration (in requirements part). I agree to @"Daniel L.20", @"Miguel P.16",... correctly mentioned "libatomic1" is required to run Dropbox, but this library is missing in dependencies list: As could be seen "libatomic1" is missing. Final solution (not only to…
-
Hi @"psummitt", Did you install TopIcon? If not, try it. Also make sure the extensions are enabled!
-
:grinning::slight_smile: Seems you haven't been restarted your graphical shell, so new plugins haven't got in effect (just logout/login were enough). :wink: That's why the new plugins got in effect after restart.
-
Oh.. What can I say more.. Even Dropbox are not sure what they really expect. Try install "top-icons" (usually "gnome-shell-extension-top-icons-plus"). If still not working, try looking around dropboxforum. There are some other proposals, someone could work for you.
-
"appindicator" is a common name, actual package name is usually something else, like "gnome-shell-extension-appindicator" or similar. If you have "Synaptic", there will be much easier to find the exact package. Could be need also "top-icons", again not rely on the exact name.
-
Hi @"psummitt", Everything seems fine, i.e. the application byself work. Unfortunately Dropbox has some strange incompatibilities with some modern system trays. So, some backward compatibility is required. Did you have installed "appindicator" and "libappindicator"?
-
Hi everybody, That's a Dropbox control script bug, I have signaled about long time ago, but seems nobody take care about, for long time. One other simple workaround is turn off "Start Dropbox on system startup" and start it by hand every time. Hope this cast some light.
-
Hi @"psummitt", What is the result from: ps ax -o pid,comm | grep "dropbox" cat ~/.dropbox/info.json; echo ls ~/.dropbox-dist | grep "dropbox-lnx" dropbox status Execute the above in a terminal and paste the terminal content in your next post. Hope this will make things more clear.
-
:slight_smile: Where comes the result you has initially post from? :thinking:
-
Empty folder name: "" "parent_folder_name": "",
-
:grinning: Take a look on your initial post: "shared_folder_id": "6598198444" :wink:
-
Hi @"chrismcfarling", Yes, that's true, but you point to Dropbox application documentation, not the API one! Unfortunately Dropbox documents are ambiguous very often and there is space for improvements. You can take a closer look on the API point documentation you are using (as much as possible - yes not very clear…
-
@"chrismcfarling" wrote:... The top level team space is My Team. Within that is a folder name WIP Folder. The list_folders API command shows that WIP Folder is not a team folder as is_team_folder is set to false. ... In fact every folder returns "is_team_folder": false, ... { ..., "is_inside_team_folder": true,…
-
What is the "full picture" of (how to say) everything? What is/are API point(s), you are using? What are the full (error) messages (entire JSON) both when work fine and when fail? Any other info able clarify the "picture" would be helpful to somebody passed through/around the same/similar behaviour (probably more useful…
-
:grinning::slight_smile: @"grp3" wrote:What do you mean, Здравко? How can I use token in another account?... Exactly, You can't! :wink: @"grp3" wrote:... I send only path to file and token, there is no info what account I use. You didn't mention in any way exact API point in use or error message you have received, so I…
-
Hi @"GRP2"/@"grp3", Are you sure you didn't create access token in one of your account and try use it on another one? :thinking: You are using two different accounts in fact (content is different, even when matching)! Hope this gives the right direction. :wink:
-
@"witsend" wrote: ... Sorry, what do you mean by "not posting all"? I gave you the output for each line of the third box? Did you read: @"Здравко" wrote:... Execute the commands above sequentially and post exactly as they appear in terminal. ... Where I can know from where exactly stops execution and what exactly is the…