Здравко Legendary | Level 20

Comments

  • @"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.
  • @"bspindia" wrote: ... curl_setopt($cl,CURLOPT_POSTFIELDS,'{"****my_AppKey******":"***AppSecret*******"}');... What's this? 🤔 Why it's here? Authentication passes through BASIC authentication or passed as a independent parameter(s) (what's this post parameter that you are posting above actually 🧐). Can you point exact…
  • @"bspindia" wrote:... i should keep refresh token and request for shorl live token using refresh token using curl to make api calls, ... Either 'curl' or 'fetch'... Yes.
  • @"bspindia", don't be so lazy! Don't ask question that I just explained in my previous post above. Ok. I'll repeat again: one of the possible usage of mentioned call is access token refresh!!! Do you need such a refresh (i.e. your access token expired as explained here, for instance)?
  • @"bspindia" wrote:means i have to make fetch with received code for token, right Did you read the documentation? What is the call /oauth2/token, you asked about previously for? 😉 Also, take in mind the above call is used in different situations, with different params (different results, of course) - when you are getting…
  • @"bspindia" wrote:... again i made a location.assign("... Why "again"?! 🤔 You have already all you can get from this page (i.e. the code). What are you looking for there again? 🧐 @"bspindia" wrote: ...but got 400 error as Unexpected response_type request param value. Yes, it's normal. You haven't set 'response_type'…
  • @"vas1992" wrote:... I am getting an error: ... Of course, when you are using invalid object, errors can be expected. Even more, would be strange if it passes without error.
  • @"projectdeliverypartners" wrote:... I would very much like to avoid copying whole project folder location if i can. ... Hi again @"projectdeliverypartners", To be honest I have no idea why you need this copy, delete, etc. 🤔 Isn't keeping the files on single place doesn't work for you? (Let's say keep them outside the…
  • Hi @"projectdeliverypartners", I see what you want to achieve, but activities exactly what you want are not supported. While on Linux it's relatively simple to do something alike (pause and resume, after you have done) using shell script, on Windows it isn't so trivial. In all cases you can upload all target files…
  • @"vas1992" wrote:... I don't know how to extract "allocated" from here. Hi @"vas1992", You can do it like any other field on any other object in Python (as programing language). Just read what you have got in documentation. 'users_get_space_usage' method returns SpaceUsage class object. You have successful get in touch to…
  • Hi @"bspindia", You cannot call /oauth2/authorize as regular API call (or similar)! This is address you should redirect to (either explicitly or with web link) your web session to let user authenticates. So you cannot use 'fetch'. To get some of results fields (including the code) you have to "catch" it in your browser…
  • Hi @"bspindia", The call /oauth2/token doesn't support Bearer authorization. It's used to receive such a token, not to use it. Can be used Basic authorization to pass application key and secret or pass them as parameters. Depending on exact step you are performing other parameters should be passed too, but you are skipping…
  • Hi @"sundar_papco", You can review all Dropbox Java SDK related examples here. 😉 Good luck.
  • @"MightyModest" wrote:... I think my confusion is about how to implement a Python-specific way of using that refresh token to constantly grab a new short-lived token. ... I've searched for an example of how I can programmatically (I imagine via a cron job that runs more frequently than the four hour expiration time) use my…