Здравко Legendary | Level 20

Comments

  • @"Avielos1" wrote:... what do you mean exactly 'usage meaningless of strictness'? where do I configure the strictness? ... There is a strictConflict parameter in upload, for instance. Similar for the other upload methods. Default parameter values are fine usually; if needed to change some parameter, just take care. Hope…
  • Hi @"Avielos", The error, you received, is clear enough (oh.. can be more clear of course, but...). Different scenarios may lead to such result. The most typical one is when upload mode is update, but file revision doesn't match. If so, trace where you have lost the actual revision. Other way, leading to the same result,…
  • @"eddiejag" wrote:... I can't download the folder, I have to download each individual file, using the link ... If somebody want to download a shared folder with link as is without compression/decompression (and the associated limits), I maid a shell script that once installed can just be run and everything pointed by a…
  • @"Alex_Ch" wrote:... Is there another way to get the authorization code without that login? ... No, it's not. @"Alex_Ch" wrote:... The app only needs access to my own account Ok, so you need to perform OAuth (including receiving access code) once, as Greg said, and no more. Once you have refresh token you don't need to…
  • @"DB-Des" wrote:... I am unable to provide a timeline of if and when this feature will be implemented, however. Hi @"DB-Des", "Will be implemented"??? 🤔 What actually has to be implemented? Everything is implemented already! 🙂 The only missing thing is the documentation. How fast staff responsible for technical…
  • @"pritesh12" wrote: ... I have to do it by hand each time🥲 "Have to"??? Why? 🤔 Is there something that prevent using refresh token in your scenario? If you use official SDK refreshing is done automatically, so you don't need to change much in your code. 😉 If you use your own implementation, depending of your design skills…
  • @"santhoshkelathodi" wrote:... ( By the way, this is possible by right clicking on the respective folder), ... Exactly, in such a case you're accessing no the cloud folder, but local application folder! 🙂 Hope you can make difference. @"santhoshkelathodi" wrote:..., is your answer that it is not possible programmatically…
  • @"pritesh12" wrote:... Here as Access Token is short-lived, I must refresh it each time I work with it. ... Hi @"pritesh12", You must refresh it each time and there is no other way. Do you use refresh token for this purpose or do it by hand?
  • Hi @"santhoshkelathodi", When you didn't specify something else, the default behavior is your member folder to be used as a root (as you find it out already). Team accounts are organized in namespaces (take a look here for more info) and you can select what to be your root in Dropbox Python SDK using with_path_root method.…
  • @"Kuni11" wrote: ... The repository appeared by itself after fresh install of dropbox yesterday. I also installed Debian 12 fresh install on my computer. I think the repository came in the dropbox installation package itself. ... Hm...🤔 To be honest I have no idea how this can happen - absolutely new installed OS and…
  • @"Gene_Parmesan" wrote:... Do you know why this might be happening @"Здравко" ? Seems the 2 threads joined by Dropbox staff. They have found them too similar, probably.
  • @"Gene_Parmesan" wrote:I am not doing any uploading, I'm only getting shared links. ... Yes, and it's the initial idea, of course. The deprecated method (on behalf corresponding access point) makes on ****** upload for you. On the same place you can see the method deprecation, explicitly pointed out. The official…
  • @"Kuni11" wrote:... E: The repository 'http://linux.dropbox.com/apt stable Release' does not have a Release file. ... Hi @"Kuni11", Where you get this repository from? 🤔 There is no such and that's why you're receiving such a error. On other side: @"Kuni11" wrote:... Hit:7 http://linux.dropbox.com/debian bookworm Release…
  • Hm... strange. It seems to work. Have you tried download using direct link to the same package? Add: @"Gio" wrote: ... I just received a new iMac ... Most new Apple machines use ARM arch at present! You're trying download Intel compatible package - are you certain it's correct? (in spite that shouldn't affect the…
  • It's never good idea methods, declared as deprecated, to be in use. 'sharing_create_shared_link' is such a method! The same effect has a preceding ****** upload though. My script is just an example, that's why not feature rich, but if you want to improve yours, better include preceding ****** upload as an option instead of…
  • Get in your account folder and, if not shown the button, post a screenshot showing what's there (on the same place).
  • @"twar" wrote:... How can I fix it? ... Just follow the direction within the message you're receiving. Hm...🤔 it's strange why that discrepancy isn't resolved automatically like in many other similar cases.
  • Hi @"sydneyfr", Long lived access token is deprecated already long time ago. In spite existing long lived tokens can still be used as such, all new issued access tokens are short lived! To keep long term access, you need to handle token refresh using refresh token. If you're using official SDK, refreshing gets internally,…
  • @"Alex_Ch" wrote:... "get access token from code"?, how could I use it to get the refresh token? You cannot! Access token is generated from refresh token, not opposite!!! Didn't you read all posted till now? 🤷
  • @"Tech Dev Oldsmar" wrote:... This is a repetitive task so providing a direct link would net a lot of productivity. If the local path of Dropbox folder is only thing you're interested in, doesn't info.json work for you? 🤔 In spite opposite task (mapping local path to API path) example of something similar can be seen here.…
  • @"rahulj1", First of all make sure you're following the Dropbox path syntax (all path start with slash - except root - and slash is used as path separator, no something else). Next, make sure you're providing the correct path. If not sure, start with the root (empty path) and navigate to the nested folders (path fields…
  • Hi @"rahulj1", Do you have a folder named 'path'? 🤔 Either shared or not. 😁😉 Hope this gives direction.
  • Hi @"gdlemail", Take a look here. Scroll down to devices section if not already there. You can see all devices linked to your account. Unwanted device can be unlined by selecting the trash bin next to the corresponding device. 😉 Hope this helps.
  • @"Wanft" wrote: ... the one supposed to work on 12.5 and above fails with No such xattr: com.apple.fileprovider.ignore#P (macos ventura 13.4) xattr -d 'com.apple.fileprovider.ignore#P' ... Hi @"Wanft", Yes, of course, you need to set an attribute to be available and after that you can wipe it out (without error). If the…
  • Hi @"pritesh12", Did you try the following: https://dl.dropbox.com/scl/fi/fwrhf6r6uqggydb4dhqwl/seller1_ip122.jpeg?dl=0&rlkey=s0867maaaffmhxcp9swed2q05 Seems it works. Although, as always, links are not direct, but you know this. It's not an issue for browsers. Good luck.
  • It should works on most (if not all) Linux distributions, in spite official support is provided for Ubuntu and Fedora only. So, Yes, It works on Ubuntu (I work on Ubuntu right now "together" with the Dropbox application) and it's officially supported too (despite of not all features are fully supported on Linux generally -…
  • @"celia2017" wrote:Hi, In my online Apps/Overleaf, there are 37 projects. In my computer's dropbox folder, for the same directory"Apps/Overleaf“, there are only 21 projects. ... Hi @"celia2017", You haven't mentioned what's your OS and if your missing project names are compatible OS' file/folder names. 🤔 Hope this gives…
  • @"Alex_Ch" wrote:... Just one more question, how do I pre-generate the refresh token? ... @"Здравко" wrote:... You can take a look here how you can get all needed by hand; ... ... all needed, including refresh token. 😉
  • @"Carl HR" wrote:... Now, about your phrase: It's never good idea to share any credentials to/between users, you mean it for the danger of someone to use reverse engineering on my application and read those values? Yes, of course, for instance. It's not so difficult Python script to be read, even when distributed as…