我正在开发一款可以访问Google云端硬盘上用户appdata文件夹的应用。当我在调试模式时,该应用程序正常工作。当我发布应用程序并尝试连接到Google云端硬盘时,在我选择要连接的帐户后,它会给我这个错误:
com.google.api.client.googleapis.json.GoogleJsonResponseException:
403 Forbidden
{
"errors" : [ {
"domain" : "global",
"reason" : "insufficientScopes",
"message" : "The granted scopes do not give access to all of the requested spaces.",
"locationType" : "parameter",
"location" : "spaces"
} ],
"code" : 403,
"message" : "The granted scopes do not give access to all of the requested spaces."
}
我使用这种方式连接到Google云端硬盘:https://developers.google.com/drive/v3/web/quickstart/android
我还在Google Dev Console中为调试创建了一个凭据,为发布模式创建了一个凭证。
我该如何解决这个问题? 任何帮助都是很好的。谢谢伙计们!
答案 0 :(得分:0)
I had the same problem and the official ProGuard configuration here solved it for me: