Здравко Legendary | Level 20

Comments

  • Hi @"eight-fives", If you are looking for a way to receive notifications for changes in client side application (not something residing on server), might be more convenient usage of long poll API call (or equivalent SDK implementation). Take it a look. Good luck.
  • Ok, seems you have proper access rights on the folders (including configuration one). Let see what about the configuration content. Post the following command result: ls -al ~/.dropbox What outs the following command too: cat ~/.dropbox/info.json; echo 🤔
  • Hi @"Elsap", Actually, you can't move any of the folder selected since all folder designated for move and the receiving folder are shared. Nesting of shared folder is not supported. That's where your error comes from. Hope this helps.
  • Hi @"djjem64", Dropbox doesn't support cooperation to any other competitive service, but pCloud support such (including cooperation with Dropbox). Do whatever you want through pCloud' site. That's possible there! 😉 Hope this helps.
  • Hi @"strugglingstudent", I am not sure still what application you are trying to build and run (you didn't share a link to yet). One more thing you should take care about is what are scopes you have queried at moment of authentication (at runtime). Even when you have enabled all available scopes at application creation…
  • @"strugglingstudent" wrote:For more information, I enabled all the necessary scopes, detele the app, reinstall, login again, and that error still exist! ... Hi @"strugglingstudent", What you mean "that error still exist"? Do you mean that "files.content.read" scope is missing still, despite you have added in the just…
  • Hi @"strugglingstudent", The error message is self explanatory enough. 😉 Did you add in your set of scopes all needed scopes at the application creation time? 🧐 Seems not. In the particular case, the error shows you that the "files.content.read" scope is missing. Just be more careful on application creation! 🙂 Hope this…
  • @"mrivera" wrote:... Does the api works through an specific address? ... Hi @"mrivera", While the words are going on about network API, there is always some kind of address (either domain name or IP). In particular case addresses are pointed by domain names. @"mrivera" wrote: ...Can I ask the network admin people to open…
  • Hi @"danens1863", I agree with you, that many new "features" of Dropbox look like bugs. According your description, seems you are disturbing by a bug with name "Smart Sync". Very poorly implemented and as a result such issues come up. If you can, turn this feature (bug) off. If you need to save disk space, considered…
  • Hi @"Supermac", You can forcibly unlink your application from the account using following command: rm -rf ~/.dropbox After that, run the application and link back to your account as usual. Hope this helps.
  • Hi @"sleepysloth", I have no idea what exactly you have done in your account, but this isn't resulted by Dropbox application (if everything used correctly). Have you changed permissions in your account (intentionally or not) or some configuration changes? This could be a result of some sophisticated games with the system,…
  • @"flyingmonk2231" wrote: ...On the Windows platform, when I click this link (which looks like this https://www.dropbox.com/t/<an alphanumeric string>), it takes me to a Dropbox Transfer web page in my internet browser. ... Hi @"flyingmonk2231", The link you are looking on is a transfer link (not a shared link as far…
  • Hi @"Rick19744", Dropbox backup feature (if you are interested in it) isn't available on mobile devices at all (as far as I know). All other files (either regular file or other applications backups or other types) are just uploaded to Dropbox using Dropbox application or, if particular application embeds Dropbox API,…
  • @"Rick19744" wrote:... Recently when I follow this same routine I get a message "Can't save backup from here. Open the Dropbox app to save items bigger than 150 MB". ... Hi @"Rick19744", Send a warn to the supplier of your application, that emits above message. The Dropbox API support no more than 150MB content transfer on…
  • @"sleepysloth" wrote:Hmm, I tried that first and I thought I got the same error, which is why I tried the others, but now when I try it I get it says it can't open the file, permission denied. ... 🤔 That's not possible. Are you sure the command gets launched exactly as I have posted it - without any changes? Post the…
  • @"sleepysloth" wrote:... sysctl fs.inotify.max_user_watches fs.inotify.max_user_watches = 65536 For the last one, I did have to install jq and tree but after that I got confused. I couldn't figure out where my .dropbox directory should be. My Dropbox folder is in /mnt/sdc1. I found a .dropbox in there, but when I…
  • Hi @"sleepysloth", Some more information would be helpful. Can you provide additional information about currently running application and environment? Post the following commands results (executed one by one): dropbox version dropbox status sysctl fs.inotify.max_user_watches How many files/folders reside in your Dropbox…
  • Hi @"johndoe5", Since Dropbox API is asynchronous, if not explicitly pointed out something else for particular call, you can't rely on any particular result. Any possible result, described in documentation, is... possible! So you must not assume anything, but strictly follow the API description. At the point, you have…
  • @"GazfromOz" wrote: ...I considered to unlink my application as you suggested ( Preferences -> Account tab -> Unlink... ) and link it back, however the selection to do so says "Unlink these accounts in Settings on web" and I was not 100% confident to action. Actually "unlink" means break the authorization between local…
  • Hm... 🤔 In such a case the email seen on your application should update automatically. Seems like some caching issue. Did you try quit Dropbox application and run it anew. Let's hope the cache content (including the email) will gets updated. If the issue isn't resolved still, you can try unlink your application (…
  • @"GazfromOz" wrote:Hi All, I have changed my email address on the Dropbox website which has been verified, however the email address on the Dropbox desktop app is the old email address, ... Hi @"GazfromOz", Hm... 🤔 Are you sure you "have changed" the email on your existing Dropbox account, but not have created completely…
  • @"mcarter" wrote:... PS: One thing you can try as a workaround, if there is nothing you want to sync in "Incompatible Software" folder, is move this folder outside your Desktop. Put it on some place outside of any sync scope. That worked - I am no longer receiving requests for my password on startup or reboot. Thanks for…
  • @"mcarter" wrote:... -r-xr-xr-x 1 drmarkcart staff 294992 29 Oct 2008 /Users/drmarkcart/Dropbox/My Mac (Mark-Carters-Macbook-Retina-3.local)/Desktop/Incompatible Software/qmasterd ...drwxrwxr-x@ 3 drmarkcart staff 96 26 Mar 2019 /Users/drmarkcart/Dropbox/My Mac (Mark-Carters-Macbook-Retina-3.local)/Desktop/Incompatible…
  • None response to my questions could be seen on screenshots you provided nor from your explanation! For example, I didn't ask if your Edge browser can open/handle html files or links, what you are tolk about! I don't have any doubt about this. Read more carefully, if you want of course!
  • @"mcarter" wrote: ...Can you post the result of following commands: ls -ld "/Users/drmarkcart/Dropbox/My Mac (Mark-Carters-Macbook-Retina-3.local)/Desktop/Incompatible Software/qmasterd" id 🧐 Hope result will shed some light. The result was: uid=501(drmarkcart) gid=20(staff)…
  • Hi @"G S.3", Are you sure you have used a component coming from the Edge browser? There is no any confirmation on this in the screenshots you have posed! What is going on if you try to login your account? 🤔 If you open a local HTML file, what is the browser where this file gets open in automatically (Edge or IE)? 😉 Hope…
  • @"Cris70" wrote: ...However, I have non-functional submenus: both the "Recently Changed Files" and the "Snooze Notifications" submenus do not show anything when clicked. Do you see the same? ... Oooh... I have seen the same for long, very long, time! Unfortunately... 😥😧😦👎 Dropbox doesn't care.
  • @"mcarter" wrote: chown: /Users/drmarkcart/Dropbox/My Mac (Mark-Carters-Macbook-Retina-3.local)/Desktop/Incompatible Software/qmasterd: Operation not permitted Hi @"mcarter", That's strange. Are you sure you have typed the command correctly? i.e. you haven't skipped the leading "sudo" and the command is: sudo chown -R…
  • Hi @"Igor Kaplanov", Are you sure for the validity of link(s) in use? 🧐 What's going on when you try the same link(s) in a browser' incognito window? 🤔 Hope this gives some direction.
  • If you ask me, did I tried? No, I didn't. I don't think it will work, becouse of number affected users (not just few) and variety of affected platform. Initially I thought, it's an application bug, but now if I have to bet, looks like fault on central (server) level. Of course can not be sure.