Hi,
I am using the dropbox-sdk-java, via Maven, and i unable to find a way to add members to a file(and later to a folder).
Could you provide with some pointers?
I think i have to use
DbxRawClientV2
DbxUserSharingRequests
But for one, i can not itialize DbxRawClientV2, if I try
DbxRequestConfig config = new DbxRequestConfig("example/DbApi");
DbxRawClientV2 rawClient=new DbxRawClientV2(config, getToken(AuthorizationFile));I am getting
Cannot instantiate the type DbxRawClientV2
Thanks