Здравко Legendary | Level 20

Comments

  • Hi @"ABDUL Salam", Long lived access token are deprecated long time ago already. Currently, generation of new such token is completely dropped - all new access token are short lived (If you have still some old you can kepp using it, not new). For long term access and new token, you need refresh token received using OAuth…
  • Hi @"RogerOakes", Install your old and compatible version. After that try fix the issue using following shell commands: $ dropbox stop $ rm -rf ~/.dropbox-dist $ dropbox start -i Hope this helps.
  • Hi @"ElanRemford", Take a look in Apps tab of your setting. Find the application you want to revoke, select it and... just disconnect. 😉 That's it. Hope this helps.
  • @"milankj" wrote:... My guess is that shared folder and shared files are treated differently. ... No actually; they are treated in almost same way. @"milankj" wrote:... The folders contain a "shared_folder_id" with helps to gather sharing information on the folder. But for files im just using the primary file id , there is…
  • @"squidlauncher64" wrote:So it fails the first check. ... In such case your application cannot be launched and that's why your browser "freezes". At that moment the browser does exactly what you did - tries open the same URI - unsuccessfully. To be honest, I'm not familiar with your environment and cannot say what exactly…
  • @"milankj" wrote:... In case of a file shared to me (not in any folder just the single file) with editor access, while using /2/sharing/list_file_members the response shows only a single user, and that is me being the editor Hm..🤔 As I said it's possible in spite unlikely. Do you see the same for the same file in Dropbox…
  • @"milankj" wrote:while listing files from any folder (even root) i need to know the owner of the file. ... @"milankj" wrote:The /2/sharing/list_file_members only returns info about users, ... Hm...🤔 "only"??? Probably I'm missing something here. Isn't the file owner a user too? 🧐 @"milankj" wrote:..., there is no…
  • No 👆 You didn't!!! Again, navigate to the folder that contains your "StoryAlbum" folder, not inside the folder you want to delete! In such a way you won't be able delete it (as already discussed previously) - read more careful. PS: In your case the containing folder is the Dropbox folder, so just select it (i.e. one level…
  • @"ncarter", You cannot delete any folder directly in the side list as you're trying. Navigate to the folder that contains your "Story Album" folder instead and delete it there (using "Delete" entry in available ellipsis menus). 😉
  • Actually list_file_members can be used for every file - including such not shared at all. In such a case will be just a single user - the owner (the account owner).
  • Hi @"milankj", Did you try using /2/sharing/list_file_members for whatever file you're interested in? For the file owner you'll get access_type... owner. 😉 Hope this helps.
  • Doesn't matter whether you use SDK or not. Your screenshots just show that for some reason your schema is not able to activate any installed handler (including, but not only your application). Unfortunately, your screenshots don't carry too much information for details. In general different reasons can be, but may be set…
  • @"Cobie van Gils" wrote:... I'm pretty much sure this wasn't the case some time ago (couple of months). Then it was sufficient to just sign-out in the app to be able to connect to a different account. Perhaps things have changed in an update? ... I have no idea if/what changed recently (might be something), but there are…
  • @"Greg-DB" wrote:Please note that the /1/connect page ... is not documented or intended for third party implementations. ... Hm...🤔 Really? In such a case what's something not "intended for third party implementations" doing inside official Dropbox SDK (public accessible and documented) that's intended for third party…
  • @"squidlauncher64" wrote:... I have attempted using 'db-<APP KEY>' with my actual app key and I am still not redirected to the mobile app. ... Hm...🤔 I just tried it out too: ... and finally as a result (after hitting Allow) I got: Here oauth_token_secret is authentication code actually (the one masked in green). If you…
  • @"Thang2000", you're getting that error because you have passed invalid argument - path in Dropbox (to either file or folder) cannot end in slash! That's it. Hope this helps.
  • @"squidlauncher64" wrote:... This is for an application for mobile devices. I would prefer to be directly routed back to the phone app to handle the access tokens. ... Yes, you can do it. That's exactly what 'db-<APP KEY>' scheme is for (where <APP KEY> is your application's key). Your application should be ready to handle…
  • Hi @"squidlauncher64", You're providing too few info for what actually you're going to do. Why at all you need special scheme for your application? In general Dropbox API supports only HTTPS scheme as redirect URI and HTTP if the host is 'localhost' only. On mobile devices are supported also 'db-<APP KEY>' schemes. As far…
  • Hi @"tttrue", As seems every consecutive redesign of either application or website is confirmation that Dropbox does only restrictions the users 🤷 unfortunately. The issue is that "Calculate size" entry is completely stripped out of top ellipsis menu (not just for multi-selection, but at all). Bad design decision! The only…
  • @"Cobie van Gils", 🤔 as can be seen in the browser view on background you have never logged out of Dropbox. Most probably you keep logged in the account you don't want to use. Did you try log out in advance? 🧐
  • @"Rusquel" wrote: ... No idea why the token is lasting less than 24 hrs now whereas before if was unlimited. ... Hi @"Rusquel", First of all keep in mind that there are different types of token. Some of them are lasting forever some are with limited validity in time. There was a change some time ago (long time ago already)…
  • Hi @"dmartinez", By default you can access only files/folders residing within your private user folder on Business account with space configuration - nothing outside. In this context: @"dmartinez" wrote: ...so i have an error downloading it and after i see the entry i have this in the metadata path_display=NOT_SET,…
  • Hi @"Cobie van Gils", You can always reset the Dropbox configuration (and the same for any other application). So, you make it "forgets" about what account has been logged in before. 😉 After exiting/quitting, remove the application folder (i.e. Dropbox folder) from local application data folder (take care that it's NOT…
  • @"rohitkmk" wrote:..., if I use an App created by Administrator to call the List Folder API, will the API list all the folders in response? It doesn't matter who's the owner/creator of the application. What/how the application can access depends on how application authenticates (i.e. on behalves of who is authenticated)…
  • Yes @"rohitkmk", by default your user folder could be accessed only. Did you set 'Dropbox-API-Path-Root' header to change this? (your headers stay invisible on the screenshot) If not, try it. 😉 Good luck.
  • Hi @"Aadi12", The error message is clear enough, I think. As seems you have used 'Dropbox-API-Select-User' header in you request (either directly or through some SDK method), but your authorization/permission is NOT supposing it. 🤷 Just wipe it out. 😉 Hope this helps.
  • @"b333fy" wrote:... However when I do a simple var list = await dbx.Files.ListFolderAsync(string.Empty); It returns no items though I have many folders and subfolders in my account. ... Hi @"b333fy", What type is your application - full access Dropbox application or "App Folder" type? 🧐 Keep in mind that "App Folder" app…
  • @"mfVicom" wrote:... So, is there a way to make app folder a shared space? Hi @"mfVicom", No, there is no such a supported way. App folder is supposed to be something very private, not as you might assume application specific across accounts. It just restricts the application full access and lets it access only one…
  • Hi @"rohitkmk", As Greg already mentioned, app authentication can be used for information that doesn't need access to particular account (either personal or business) - listing public accessible shared links or at most password protected (the one you can provide thorough the call parameter). App Authentication identifies…
  • @"chainsbomb" wrote:My app is single-page server-side javascript/HTML, but I don't use Node. ... Hi @"chainsbomb", It's not mandatory to use any library or so to access Dropbox API, in spite I cannot imagine what's such an environment that cannot use anything similar. Anyway, the only mandatory thing is ability to perform…