小编Ish*_*lik的帖子

将谷歌驱动器选择器嵌入页面的一部分

我想嵌入/实施Google云端硬盘作为我的网页的一部分; 像普通网格或表格,而不是弹出窗口.我从GoogleAPI页面中获取了参考.此外,根据我的要求研究了很多东西,但没有什么对我有用.

这是我正在使用的javascript代码

// The Browser API key obtained from the Google API Console.
// Replace with your own Browser API key, or your own key.
var developerKey = 'xxxxxxxxxxxxxx';

// The Client ID obtained from the Google API Console. Replace with your own Client ID.
var clientId = "xxxxxxxxxxxx.apps.googleusercontent.com"

// Replace with your own project number from console.developers.google.com.
// See "Project number" under "IAM & Admin" > "Settings"
var appId = "xxxxxxxxxxxx";

// Scope to use to access user's …
Run Code Online (Sandbox Code Playgroud)

javascript google-api drive google-drive-api google-drive-realtime-api

7
推荐指数
1
解决办法
584
查看次数