从google-Drive公用文件夹访问Google-drive API

时间:2012-12-01 18:36:25

标签: google-drive-api

我正在尝试从google驱动器公用文件夹中运行显示here的示例,但我一直收到400(错误请求)。

我只是不知道是否有可能完成我想要做的事情。

以下是我在家庭服务器上启动示例时获得的输出

GET https://accounts.google.com/o/oauth2/auth?client_id=542813617254.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&immediate=true&redirect_uri=postmessage&origin=http%3A%2F%2Fda515.no-ip.org&proxy=oauth2relay389420508&response_type=token&state=449660269&authuser=0 400 (Bad Request) cb=gapi.loaded_0:126
(anonymous function) cb=gapi.loaded_0:126
_.yl cb=gapi.loaded_0:122
(anonymous function) cb=gapi.loaded_0:121
(anonymous function) cb=gapi.loaded_0:120
_.vc cb=gapi.loaded_0:57
_.Eb

这是我从Google云端硬盘中的公共文件夹获取的内容

GET https://accounts.google.com/o/oauth2/auth?client_id=542813617254.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&immediate=true&redirect_uri=postmessage&origin=https%3A%2F%2Fgoogledrive.com&proxy=oauth2relay247984856&response_type=token&state=819470227&authuser=0 400 (Bad Request) cb=gapi.loaded_0:126
(anonymous function) cb=gapi.loaded_0:126
_.yl cb=gapi.loaded_0:122
(anonymous function) cb=gapi.loaded_0:121
(anonymous function) cb=gapi.loaded_0:120
_.vc cb=gapi.loaded_0:57
_.Eb

我检查了o2Auth,它看起来很好

授权重定向URI

http://da515.no-ip.org/oauth2callback

http://gdriv.es/danielo515/oauth2callback

授权的JavaScript起源

https://da515.no-ip.org/

我不知道出了什么问题 好的,我知道问题,我不知道究竟是什么问题。

对于我的家庭服务器只是错误的方向,https或http,我不确定什么是正确的,因为我可以使用两者进行访问。

但是,使用google云端硬盘公用文件夹我遇到了同样的问题,因为我无法将googledrive方向添加到auth字符串

0 个答案:

没有答案