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.
我正在开发一个可以在保管箱文件夹中上传和下载的应用程序保管箱自动创建一个应用程序文件夹
我的问题是,如何将文件夹共享给另一个保管箱用户
我之前尝试过,它说应用程序文件夹无法共享,或者我可以更改编码以创建不在应用程序文件夹中的文件夹吗?
更改最终静态私有 AccessType ACCESS_TYPE = AccessType.APP_FOLDER; to final static private AccessType ACCESS_TYPE = AccessType.DROPBOX;
如果将创建可以共享给其他用户的文件夹