我开发了一个chrome扩展Hyperbook saver,它可以与Google Drive一起保存图像和文本。我该如何为它启用"使用谷歌硬盘"功能。我在开发者Dashboard或manifest.json文件中找不到任何标志。请帮忙。
在Chrome扩展清单中,您只需要确保您有:
"container": "GOOGLE_DRIVE",
"api_console_project_id": "your developer console project number here",
请参阅此清单作为示例:https://github.com/googledrive/zipextractor/blob/master/cws/zipextractor/manifest.json