Comments
-
Do you use "Smart Sync"? And if so, is there some relationship to the online status set?
-
Take a look on first Lusil's post above 😉
-
Hi @"DerekKelly", Why you use early release? Try turn off "Early Releases" from here and install stable one locally. :wink: Hope this helps.
-
@"enjayare", may be something else have happened. Probably immutable flag have been set. If so, you can trow it out using: "sudo chflags nouchg /Users/njrcon/Dropbox/Tender\ -\ 160\ Brook\ St\,\ Coogee" and/or "sudo chflags noschg /Users/njrcon/Dropbox/Tender\ -\ 160\ Brook\ St\,\ Coogee". Try it, just to be sure. Finally…
-
@"enjayare", another option, without to know root password, is while log in as 'test' to execute "sudo chown njrcon /Users/njrcon/Dropbox/Tender\ -\ 160\ Brook\ St\,\ Coogee". In such a case no so much privileges will be need.
-
@"enjayare", Are you admin on the your machine? It looks like no! Do you know the root pasword? If so, you can use the following: su chown njrcon /Users/njrcon/Dropbox/Tender\ -\ 160\ Brook\ St\,\ Coogee Try this.
-
Oh.. And don't ask for your password?
-
No, no, no, ... @"Lusil" this is not Dropbox application problem. Definitely!
-
Hi @"enjayare", Strange... :thinking: Did you try "ls /Users/"? What is the result? Also, what gives the command "whoami"?
-
Hi @"enjayare", The problem seems not just permissions, but owning. Your can read this for more information how to revert owning. It's normal when you switch to different user not to see directly Dropbox folder of the initial user. :wink: Every user have their own such folder. You have to be still able to navigate to…
-
Hi @"enjayare", The problem is not in the application. Seems you have changed access rights to that folder (probably by mistake). Fix the permissions (through folder settings) and lets hope everything will be fine. :wink: Hope this helps.
-
Hi @"James_Phelps", You should take in mind while share a folder that the folder's content engage capacity to all account sharing that folder, i.e. not only your account capacity. This is Dropbox tactic for account capacity stacking prevention. So, if some account, participating in the particular folder sharing, is small…
-
Hi @"vherasme", Seems the file already exists. If I have to bet, You probably make erroneous upload instead update. :wink: Hope this gives some direction.
-
Hi @"iyushchuk", This is strongly dependent on the platform you take in mind. For example: for Android would be enough, for example, to include appropriate filter entry to your application Intent filter. :wink: Hope this gives some direction.
-
Hi @"mairabay", Similar things could happens when you try 'play' with the distribution directory while dropbox is still running (confirmed from my experience). Probably this could be some update process side effect (I haven't seen this but...). Anyway: While the main distribution directory (.dropbox-dist) is consistent and…
-
Hi @"hb_", The code you find out seems pretty old (last update 6 years ago). Old Dropbox API is implemented there (currently deprecated, although available still). I'm not sure if there is schedule for this API support dropping. From other view point this is good example of Boost library usage (very powerful C++ library).…
-
Yes, of course. But there are some differences you have to be aware! In C++ you can use overload functions (for example), but not in C. :wink: Again, just be careful.
-
:open_mouth: No! Just opposite. Just some more work would be needed, because of missing SDK ready. And Between: again libcurl is C library, not C++, that's why ifstream object can't be 'stream' (i.e. cast) directly. :wink: Be careful.
-
@"hb_" :grinning: :sunglasses: Yes definitely. You are trying to implement something like new SDK, in fact. :wink: That's why I proposed this on the thread! To be more easy, at least for future. May be an easier way would be take a look on some existing SDK (on language familiar to you) and reimplement what's there (at…
-
The same. In addition you can use CURLOPT_POSTFIELDSIZE (you can't rely on zero termination). :wink: Good example could be foud here.
-
It's error to pass ifstream object as char sequence! You have to read the file content. :wink:
-
@"hb_", the Dropbox application do exactly what you are looking for. What exactly isn't enough?
-
Hey @"hb_", Seems you have some progress. :wink: Most upload operations (no restricted to Dropbox) are POST based. It would be difficult (and impractical) to encode big file's content to GET parameters! :stuck_out_tongue_closed_eyes: Further, every content is transferred as... content and you have to direct where this…
-
Hi @"hb_", Definitely the problem is not in cited code line. Did you set properly CURLOPT_XOAUTH2_BEARER parameter? :thinking: Hope this gives some direction. :wink:
-
Actually it's not like a system close! System close is process and system message is send to every one application which gives the opportunity the applications closing properly. 'taskkill' stops (pause or kill) particular process. If at that moment there are incomplete operation (for example buffered, but not saved still…
-
Hi @"jega", For almost full control over the application, if that's very important for you, switch to Linux (only few actions are still restricted to GUI interface - move the Dropbox dir in fact). :wink: Many companies do that! You can use independent data server machine, running Linux or just virtual one, depending on…
-
Ok @"ScottTexProp", You have a backup so may be the easiest way is to remove the Dropbox directory completely. Open Windows file explorer and using Ctrl+L key combination focus changes to address line. Clear the line and paste there "C:\Users\Userp" (without quotes, of course) and push Enter. After that, locate the Dropbox…
-
Hi @"ScottTexProp", Make difference between application window and disk folder. :wink: Open the file explorer see what you can find out there. Also, while trying the action again, close any other open application (after save current work). Hope this gives some direction.
-
Hi @"Reyofsun", To be sure that everything will be fine, before turn the PC on, from some other device go in your https://www.dropbox.com/account/security and unlink the PC. :wink: After that everything is safe. Good luck.
-
Ok, improper formulation. Is the Dropbox API support all unicode characters, i.e. such that can't fit in 2 bytes? The same question in different words!