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.
我对 google picker 和任何 google apis 都很陌生。我已经在我的项目中成功集成了 google picker api。但我只想在选择器弹出窗口中显示共享图片。这可能吗?
如果您的意思是显示归他人所有并分享给您的图片,您可以使用
DocsView.setOwnedByMe(boolean | undefined)
来自Google Picker Reference的文档
Filters the documents based on whether they are owned by the user, or shared with the user.