【发布时间】:2016-07-17 16:53:21
【问题描述】:
我发现在我的 Google 驱动器上使用 Realtime Playground 创建的文件支持Open With 功能。尽管预览不可用,但我可以单击它并重新打开 Playground 应用程序。我如何对我的应用程序做同样的事情。我创建了一个demo one, to add/remove list items,它在我的谷歌驱动器中创建文件,类似于谷歌实时游乐场功能。 open with 也可用。
Google 应用程序文件与我创建的应用程序一起使用。但是,单击它会导致
抱歉,我们无法授权此应用使用您的所有文件 试图打开。请重试。
第一个答案表明我必须做Google Drive API Drive UI integration。 The doc says particularly,即open-with 由Open URL piece 提供。经过一番努力,我在集成设置中添加了verified Open URL,但这没有任何效果。我仍然得到相同的Unable to authorize this app error。
【问题讨论】:
标签: google-drive-api google-drive-realtime-api open-with google-realtime-api