0

如何使用 rest api 或 java sdk 访问 citrix sharefile 中所有用户的共享文件夹?我可以访问所有用户的文件和文件夹。

4

1 回答 1

-1

这是在 scala 中,但你应该能够弄清楚。

val sfue = new SFUsersEntity(apiClient)
Future { sfue.getAllSharedFolders().execute().getFeed().asScala.toList }
于 2015-08-28T13:08:32.730 回答