Robert Valentino Well-Known Member Licensed User Longtime User Nov 21, 2020 #1 what should the 2nd, 3rd and 4th parameters be? (Example Please) To B4X: dbxSharing.shareFolder("/BBsReports",
what should the 2nd, 3rd and 4th parameters be? (Example Please) To B4X: dbxSharing.shareFolder("/BBsReports",
DonManfred Expert Licensed User Longtime User Nov 22, 2020 #2 https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder AclUpdatePolicy, MemberPolicy and SharedLinkePolicy are ENUMs. You can try to just give a String with the Enumname. Here you can find the Java Documentation and all Enum values. Official Dropbox Java SDK 2.1.2 API Last edited: Nov 22, 2020 Upvote 0
https://www.dropbox.com/developers/documentation/http/documentation#sharing-share_folder AclUpdatePolicy, MemberPolicy and SharedLinkePolicy are ENUMs. You can try to just give a String with the Enumname. Here you can find the Java Documentation and all Enum values. Official Dropbox Java SDK 2.1.2 API