问题描述
我在我的网站上使用 Google 驱动器选择器,允许用户将共享驱动器分配给特定页面。当他这样做时,整个驱动器会显示在列出其中所有文件夹的页面中。简而言之,我应该选择整个驱动器而不是其中的文件夹/文件。
.google.GoogleDrive.showDrivePicker({
title: 'Pick a shared drive to assign to this page',// selectFolderEnabled: true
},function(data) {
if ( data[google.picker.Response.ACTION] == google.picker.Action.PICKED ) {
// take the drive id and show the folders inside it
}
})
我在 API 文档中找不到任何特定的线索。我们将不胜感激!
谢谢
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)