Здравко Legendary | Level 20

Comments

  • Despite there is no due date for the old format (not yet at least), it's good idea update to be performed on time! 👍 More information: here and here for instance.
  • Hi again @"Kevin B.36", I tried to reproduce your issue, but honestly unsuccessful. About your speculations: Once setup correctly, Dropbox application doesn't change that file if you haven't forced it (link/unlink account), so "before the Dropbox app has initialized it" in context of just starting - impossible in fact.…
  • When you (or your tester) install your application on "clean install" and there is not yet Dropbox application installed, of course, where will apex.sqlite3 will come from?! 🙂 (if that's the case) The Dropbox folder (both that containing your data and that contain application setting) and everything contained inside are…
  • @"Kevin B.36", when you say "I do know at times when we install our Windows APP, there is no apex.sqlite3 file", can you clarify when such a situation happens? (some steps to reproduce) As far as I know only possible case would be when Dropbox application has never been installed at that point or not yet running (linked to…
  • Hi @"Kevin B.36", Unfortunately the feature you are asking for is something not supported officially. Most probably (I'm pretty sure) there is such option, but it's neither part of Dropbox API nor common use case. If I have to bet, the developers of Dropbox application are too lazy to give answer to your question (or maybe…
  • Hi @"kautilya", Take a look here. 😉 Hope this helps.
  • In fact, you almost give answer to your question. Yes, that's the difference and I tried to point you to. I supposed that you have no experience with async constructions (including functions and promises) and that's why I posted a link to such a resource where you may read more, but - as it seems - you have ignored. Read…
  • Hm.. 🤔 Ok, @"amei" , can you point me to any programing language (not only Java Script) where you can use some function parameter outside the function body (where the param has been declared)? 🧐🤷 Even more, can you use something (either declared or not) before it has been defined (again on any programing language)? Note…
  • Hi @"amei", Hm..🤔 What would be if you change your code to something like: Get_Arrays_2().then((users_array) => console.log('Returned Users Array Global :', users_array, '\nUser1 Week1 Gm1 Pick Global :', users_array[1][1][1])); Do "usual results" change? 🙃 Take a look here for more info. Good luck! 😉
  • Hi @"radical_exponent", Thanks for nudging me. 😉 Yes, you are correct, last version supports the provided feature. v234 was not available at the time I posted my last post. That's why I tried to nudge you. 🙂 Fortunately, it was meaningless. By the way, v233 and earlier don't support symbols outside basic multilingual…
  • Hi @"Emma", Great news that Dropbox core starts support full unicode code points!!! 👍 Congratulations! 😉 I hope it wouldn't take so long (6 more years) to adapt your applications to support sync files named in such a way...??? 🧐 Currently, when I name on the Dropbox web some file in such a way, the same file disappear…
  • Hi, Did you try https://zdravkogarmev.bubbleapps.io/version-test/saver Good luck!
  • Hi @"GaryH_BAR01", Maybe a bit more simple example than the one sent to you by Dropbox support may be seen here. 😉 Probably Dropbox support hasn't explained you very clear what you need exactly and why. You don't need to force your end users to log in any Dropbox account or anything similar. The only one that need to get…
  • @"Standa Fy" wrote:... What would be a good way to achieve this? Is it possible to use prebuilt components to this purpose(likely embedder) or do I need to create custom app? Hm..🤔 There is no simple answer to your question. It's matter of your design decision and other application details (the devil is in details 🙂). In…
  • Yes, with Dropbox Embedder you CANNOT parse anything but the expected Dropbox shared link URL. If you want to see what tag(s) particular file has assigned and latter decide whether to select it or not (with its appropriate shared link when you use Embedder), you may use /2/files/tags/get API endpoint (or corresponding SDK…
  • Hi @"Mark L.45", You just found out undocumented error message. 🤫 One more documentation bug that the staff responsible for documentation need to fix. Even more: you got confuse by other documentation imperfection - in /2/files/list_folder example Basic authentication is used incorrectly! 😁 Somebody has fallen asleep while…
  • Hi @"jak01", Yes, there are API access points letting file delete. Take a look here and the followings. Good luck.
  • @"Nikki_63", I don't know how to say more clear that Embedder shows exactly what passed as link and nothing else. You may use it in your galleey, but Embedder cannot organize such a galleey on its own! Yes, you may use something like the example you linked to (with or without Embedder). PS: You may get familiar with…
  • Hm... 🤔 To be honest, I'm not certain what exactly you mean. Dropbox never changes any file in your account, so there is no way any tag or other property to become "part of the image" or any other file. Such things can be associated to a file and, of course, you may use them as criteria for file selection/filtering, but…
  • 'nautilus-dropbox' is the old package name of Dropbox application. It's just an empty package for years already. Dropbox keeps it for back compatibility only as a name. About missing options - Dropbox application on Linux has never worked stable actually. Look around different workarounds here on the forum. Let's hope some…
  • Hi @"Rene J.4", Why at all do you try install ****** package? 🤷 Just remove deprecated 'nautilus-dropbox' and install the actual one only - 'dropbox'. That's it. 😉 Good luck. PS: It's not something new that Dropbox cannot format properly their packages, so don't rely on the automatic dependency resolution.
  • Hi @"Nikki_63", Embedder shows exactly what you point to using the shared link as argument. It's up to you correct link selection based on users input. No any data of your image files need to be modified. Hope this helps.
  • @"soundoriginals" wrote:... I'm wondering if it's possible to build a custom UI for File Requests that would allow photographers to see the files they've successfully uploaded to the folder in a better manner than the native interface. ... Hi @"soundoriginals", Unfortunately, public accessible (allowed for third party…
  • @"mittinga" wrote:... The folder is shared with me via a shared link, and I have the necessary edit permissions on the file. However, I’m encountering a problem where I can’t seem to get the full path to use in the files/move_v2 API endpoint to rename the file. ... Hi @"mittinga", What do you mean "necessary edit…
  • @"Standa Fy" wrote:... but when using the anchor tag approach the element is not rendered though I see that the dropbox script is loaded. ... Hi @"Standa Fy", You're making a conceptual mistake here. Let's recall - Dropbox check anchors on page load time. On other side Angulag is dynamic environment - i.e. all content…
  • Hi @"santosh33", Hm... 🤔 Let's make it sure: you're calling above code as is - with empty path - and get that error. Is it so or not exactly? 🧐 If not exactly, post the actual code as is. Also, say it clear: is your application with full account access or with application folder access (and probably called crowpro)?
  • Are you sure you point (access token comes from) the correct account and also is that account a team account or individual one? Keep in mind that by default API access only home folder. For individual accounts, this is the account root, but for team account with shared space it's a subfolder (member home folder) in the…
  • As the error message shows, you don't point your folder in correct way. There are number of possibilities, but instead of I speculate, better just you start from the root - empty path instead of some concrete - it's always correct one. Let's see what will get up.
  • Hi again @"IvanIgorevich", There is no best way to do so. As seems you have an incorrect path - does it certainly starts with slash, for instance? 😉 I wouldn't recommend using search for this task though. It's very likely to find something you're not looking for! Search looks for similarities, not mandatory exact match.…