Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 rest api 或 java sdk 访问 citrix sharefile 中所有用户的共享文件夹?我可以访问所有用户的文件和文件夹。
这是在 scala 中,但你应该能够弄清楚。
val sfue = new SFUsersEntity(apiClient) Future { sfue.getAllSharedFolders().execute().getFeed().asScala.toList }