我想将我的电脑上的文件上传到我的谷歌驱动器(语言c)。 因此,经过大量的帖子和文档,我创建了一个谷歌帐户,我使用Drive API定义了一个项目。 我正在尝试使用我的Client_ID获取授权码。
curl -v -k“https://accounts.google.com/o/oauth2/auth” -d“client_id = myclientId.apps.googleusercontent.com& scope = https://www.googleapis.com/auth/drive.file&response_type=code&redirect_uri=https://drive.google.com”
且响应为400 Bad Request我该怎么办?
答案 0 :(得分:0)
redirect_uri已在您的Google API项目中设置。它应该是您返回Authentication的文件。我不认为&redirect_uri=https://drive.google.com
是正确的。