Google Drive android API sharing issue

前端 未结 1 1731
滥情空心
滥情空心 2021-01-16 11:32

Is it possible to share file created at google drive with specific google users using android drive API? It is said (http://googledevelopers.blogspot.ru/2014/01/introducing-

相关标签:
1条回答
  • 2021-01-16 11:59

    Sharing is not currently supported in the Android-specific API (sorry for the confusing wording in the blog post.)

    You can fallback to the web API to do sharing (e.g, modifying permissions). To use the web API, use DriveId.getResourceId().

    However, files that are in the AppFolder are special. Items in that folder cannot currently be shared. They are only visible to your app and the specific user.

    0 讨论(0)
提交回复
热议问题