Здравко Legendary | Level 20

Comments

  • @"Ghost Mjrm" wrote:... und tell me error uploading to dropbox:null ... Hm..🤔 Try find out where exactly the exception comes from (set middle points throughout your code). Perform intensive logging in your uploadToDropbox method in every line and split the composite lines.
  • @"Ghost Mjrm", there is no single right decision. It's matter of design decision and you can make it as you like. Something else: Don't forget that access token (the one you use in your code) is short lived! 👆
  • @"JpFortran" wrote:... (thought dropbox was a binary file) ... No, it's not. 🙂 it's script (i.e. text file). 😉
  • @"Ghost Mjrm" wrote:... but its tell me that the photo uploaded successfully but when i check the Dropbox app i cannot find any photo ... Hi @"Ghost Mjrm", Do you understand that in you code message "Photo saved and uploaded successfully" may be preceded by "Error uploading to Dropbox: "? Do you receive double confirmation…
  • @"milankj", try investigate sequentially (one by one). Are you sharing folder or document (i.e. file)? Are you sharing it or member adding? Is it shared already or you just started? What API endpoint is in use - /2/sharing/add_folder_member or not exactly (you cannot use the same endpoint for document)? Clarify to yourself…
  • I have no idea what you have tried. Most probably, it was something different. There is nothing Changed (as far as I know).
  • @"milankj", returning null means "nothing" and nothing, on its own in context of add member to folder, means that error doesn't exist. So congratulations - as seems, your calls always suceed. 😉 Go on further.
  • @"Rich" wrote: That's the latest stable release, but there's a newer beta release if you wanted to try it. * https://www.dropboxforum.com/t5/Desktop-client-builds/ct-p/101003000 No there is NOT! The daemon (your link points to) and control script (contained in the package) are different thing. Updating the daemon won't…
  • Hi @"ClicData", First af all, the method ListFolderAsync is not to list shared folders especially. This method is used to list content of a folder. It can list all entries directly residing in the pointed folder or recursively all nested content. In all cases if there is something shared (either file or folder) it will be…
  • @"DragonWhisperer" wrote:..., but it's a private API. Here Greg-DB said "that is not officially supported". Yes, @"DragonWhisperer" - not officially supported. 😁 But works! In this context, does the API access point you tried work? 😉 Here supported and unsupported are relative things. The access point I posted works for…
  • Hi @"DragonWhisperer", Yes, it's so unfortunately. But one thing, you state isn't so - the links have always included "&dl=0"! Something you can change it later. Let's see how long will take to becomes that fixed up. In meantime you can use workaround like the one I posted here. 😉 It works for all kind of links to folder…
  • @"sgordon02", I didn't keep the link, so I cannot restore it, but I believe you can. 😉 The link should still reside in your email (if you didn't wipe it out of your mail box). @"sgordon02" wrote:I am very anxious to try your solution!!!!! It would be wonderful if this works Why didn't you try it immediately? 🤷
  • @"vamshi7" wrote:... By saying 'developer of the app' are you referring to Dropbox developer? ... Wow... Does salesfoce originate from Dropbox and do Dropbox developers take care for it and all plugins? 🧐🤷
  • 🙂The difference? Ok. It's maybe fault in Dropbox documentation. There explanation is that you can create a link to desired file. Yes and no (no by default, at least). The default link that Dropbox gives doesn't point to the file!!! Something you may think is, but it's NOT. The link points to a page that visualize the…
  • OAuth flow is a way to authenticate user (one or more) grant for particular application to access corresponding account(s). There is no any limitation in users count (if we ignore some possible provider specific limitations, but it's not protocol related). As I said for long term access, you need refresh token and the only…
  • @"ElanRemford" wrote: ... I kept trying to find the appropriate setting in the app rather than the web interface. Hm..🤔 I'm not sure what exactly you mean here. If you mean to unlink third party application from official Dropbox application, I'm not aware of such option available. If you mean unlink from the third party…
  • @"sgordon02", that's because you posted preview link instead of direct link to file. Try following link: removed 😉 Does it works? Hope this helps.
  • 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…