Comments
-
Hi @"Gene_Parmesan", I just made some illustrative implementation just to show what I mean. It can be used in the same way you used your script and instead of continuously changing access token, register your application and the access token will becomes updated automatically (without your intervention). The only change…
-
Hi @"Polas", At present all new access tokens are short-lived (as you noted up to 4 hours - 14400 seconds at most). The old long-lived access tokens are in retirement already. If by any chance you have such a token left, you still can use it, but new can't be created (leading "sl" - before the dot - means Short Lived). For…
-
@"Mark" wrote:... sign in with the same email and password as your other devices ... Hi @"barbiesa", Are you certain you have used the same credentials? 🧐 If you have used different credentials/accounts on different devices, you cannot rely on the same content of course. @"barbiesa" wrote:... My Dropbox folder on the new…
-
@"joeytwiddle" wrote:... For anyone brave enough, I believe this is the source code, so you could try hacking that to add the "Smart Sync" feature: https://github.com/dropbox/nautilus-dropbox ... @"joeytwiddle", It's not matter of "brave enough". 🙂 The sources, you posted, are about Nautilus' plugin, not any Dropbox…
-
Hi @"rodriguezo", You have conceptual mistake. Cursor (including the last one) represent somehow particular enumeration state. It's an opaque object and you shouldn't suppose existence of any features that are not explicitly supported (that what you are actually doing)! Where did you read that cursors are comparable? 🧐…
-
The above is Firefox.
-
Where you see it? 🧐 Who told you this? Those things are completely unrelated! I just gave to you answer to your question; don't imply anything else. @"tonyb4" wrote:So your saying smart sync works as it is but only through Terminal and not through the GUI ? ... On your last question - NO! @"tonyb4" wrote:... Do you need to…
-
@"kim b.14" wrote: What is a headless setup,? It's setup without Graphical User Interface (GUI) - without head 😁 Dropbox application is the same actually and can work in both modes. When GUI comes up on application launch, it's used, otherwise GUI is ignored.
-
In spite Dropbox application works as a service running in user session, Dropbox doesn't support running the application in any system service level (in any way). 🤷 It's strange, but it's so and there is NOT any official distribution or guide for such services. Everybody may use whatever works. Read Dropbox application…
-
@"jainraje", I just took a look on your "guide" (if can be said so) and there are some conceptual bugs. Don't "install" the daemon on place different than described by Dropbox (something messed by your guide). That's the source of your issues. Better build your own service instead of using unreliable guides!
-
@"jainraje" wrote:Nothing comes back: $ ps axo user,comm | grep dropbox If nothing comes back (at that moment at least), no any Dropbox daemon is running. I cannot support your service setup. You should check what's going wrong there; it's not a Dropbox issue. @"jainraje" wrote:... ... 2) A dropbox process is running in…
-
@"jainraje" wrote:I believe yes to your question. ... Hm... 🤔... What's the meaning of 'believe' above? What's it actually?! That's the matter! What's getting back following: ps axo user,comm | grep dropbox
-
@"jainraje" wrote:... Every time I run dropbox status is always returns Dropbox isn't running yet some files appeared to sync correctly. ... Hi @"jainraje", Did you make sure you have run 'dropbox status' under the same user context like the Dropbox daemon? Take in mind that every user can have independent Dropbox context…
-
@"shinkairi" wrote:... isn't file name extension the .pdf? ... Hi @"shinkairi", Yes, file name extension is the part of the name after the last dot in that name (if any - may be missing). It's usually few letters (typically 3 or 4, but can be any number on most present day systems). In particular for Portable Document…
-
@"Здравко" wrote:... If you don't remember, just name them properly and open them to see. ... When Dropbox meets such names it does rename some of them - only one remains unchanged (the issue you are observing). There is no guarantee which one remains unchanged. Such move doesn't affect files validity in any way. In some…
-
@"bspindia" wrote:... but getting error as Drobox is not defined when trying to embed using Drobox(option,element) @"bspindia" wrote:... issue with Dropbox.embed() Hm.. 🤔 .. Ok. What's the issue now? Is it still not defined? 🧐 or...
-
@"shinkairi" wrote:... Thanks, my problem is with 3 files not with folders. ... Hi @"shinkairi", Your problem isn't related neither to any particular file nor folder; it's related to names either of file of folder (doesn't matter one or other or both) - just names. @"shinkairi" wrote:... One file is working, the other two…
-
@"Michaellangley" 🙂 If I have to bet, it's a file "New Harvest Ag. Presentation pg.2.PNG" residing in shared folder "Bevan Family AR" (or rather had been at the time data was valid, if any such moment). Every file residing within a shared folder becomes shared too. Most probably this story is just... a story right now. If…
-
🤷 Actually it doesn't matter is this a old or new school and is the info provided through electronic, paper, or any other type of document. The only important thing is what are you intending to do with those data and do you have access to the account holding them or that providing access to them in some other way? What is…
-
Ok. In such a case a good start point would be clarification where you got these data from. What software are you using that provide those data?
-
@"Michaellangley" wrote:I am trying to decipher meaning. ... Hi @"Michaellangley", Instead of reverse engineering 😁, try ask the person responsible for the code you are getting you data from. 😉 Would be easier. Good luck!
-
@"bspindia", Are you sure keep still set up the Embedder properly? 🤔 Make sure you put in the "dropins" script, at least (the Dropbox object comes from there). PS: Make sure you remove all possible typos in your code! 😉 (Drobox ≠ Dropbox)
-
Hi @"Guerrilla-Exhaust", Are you certain the links used are shared links pointing raw picture content? 🧐 Take in mind that nothing else is supported for embedding! 😉 Hope this gives direction.
-
Hm.. 🤔 To be honest, I'm not sure what you ask me for. API/SDKs are software tools directed for usage in software project (or even simple client script). This is valid for any kind of such tools (no limit to Dropbox API/SDK). In the same context you need some basic coding skills, at least! My example here shows how…
-
Yes @"The Kingdom", it does. It has never stopped. 😉 Do you have any issue? 🧐 Nice New Year holiday for everybody!
-
@"dbox-arg0" wrote:... One bad thing: I still can't re-use the login code if I reload the page. I assume I'm doing something wrong, please see these steps ... Hi @"dbox-arg0", This isn't a bad thing, it's a normal thing - according the specification. The code you're receiving is "one shot" type - you can use it once and…
-
@"sarahModulo" wrote:... ... QNetworkReply *reply = m_auth->post("https://api.dropboxapi.com/oauth2/token",parameters); ... I got this error : "{\"error\": \"invalid_request\", \"error_description\": \"Can't use \\\"Authorization\\\" header and \\\"client_secret\\\" arg together.\"}" Hi @"sarahModulo", Yes, that's normal.…
-
Hi @"marcosscriven", The problem you're reporting is an old issue already. Even bigger issue is fact that nobody from Dropbox development take care. Seems like multi-platform support is not a priority anymore. There where always some features supported on one platform, but unsupported on other (or with restricted support).…
-
@"sadielaay" wrote: ... I have not done any of these things I am being accused of. ... Hi @"sadielaay", Hm..🤔 Who actually accused you and for what? Can you clarify what's your question at the end? God probably won't help you but you can help yourself, I believe! 😉
-
Hi @"FormtoolOffice", Seems, your application developers are referring to old information, invalid now. More than 2 years ago the "second option" was declared as deprecated in fact. More than year already the same option is dropped - something those developers completely miss (seems). More info for the migration mentioned…