Comments
-
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…
-
@"tkirby926" wrote:..., with api calls made client-side to upload and download images that populate the site. ... Hi @"tkirby926", Such a intend is never good idea. Client side authentication of calls is possible - just send refreshed access token every time particular page need to do some interactions using Dropbox API.…
-
@"serhiisv" wrote:... The page on the frontend is a gallery where the user marks the files he would like to import with checkboxes. ... ... - Requests a temporary link to a file files-get_temporary_link 0.3 sec/each * 10 files = 3 sec ... Hi @"serhiisv", Usually there are ways to optimize the workflow, but this is…
-
On an existing application you cannot change this! When you created your application you have set some type of application permissions. If this type is "App folder", you don't need to do anything more - you got it already. If you have something else selected, you need to create new application and select proper type…
-
@"Cinelist" wrote:... Is it possible to limit an app token (generated with the OAuth2 flow) to a given folder in the corresponding Dropbox? ... Hi @"Cinelist", No, you cannot limit access to particular folder for token. You can set in your application some folder to be root (actually re-rooting), but this isn't a…
-
@"vas92" wrote:... The message "Sign in to your work account!" appears. What is this problem? ... Hi @"vas92", Seems you are trying to link team scoped application to non team account (personal account). 😜 That's the your problem. @"vas92" wrote:... This was not the case a week ago! ... Have you changed something in your…
-
@"dpawson" wrote:... Not via dnf update, but re-install? Is the repo up to date? ... Good note @"dpawson". 😉 As always there are some stupid moves. Absolutely meaningless a completely new package created, instead of add the new plugin in the existing package. That's why just dnf update wouldn't work - there isn't anything…
-
Hi @"bspindia", 😁 Your file comes uploaded correct, seems. If this file is image, as you're stating, missing proper file extension in the file name can disturb the file handling/previewing on Dropbox site (in spite it's still valid). 🤷 Unfortunately, Dropbox isn't so smart. That's why don't forget set proper file extension…
-
Hi @"noa vinik", Have you turn Dropbox Backup on by any chance (maybe unintentionally)? Take a look here to check it. If so, that's the problem and you can turn your backups off as described. Hope this helps.