未在 android 中配置谷歌日历 api 访问 [英] google calendar api access not configured in android

查看:10
本文介绍了未在 android 中配置谷歌日历 api 访问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经从 .

I have implemented google calendar API in android from here.

sample works fine but authentication issue is there

com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code": 403,
"errors": [
 {
   "domain": "usageLimits",
   "message": "Access Not Configured",
   "reason": "accessNotConfigured"
 }
],
"message": "Access Not Configured"
}

I have also enabled calendar API

Am I missing any configuration??

help!! Thanks.

解决方案

Solution : Just need to add client ID (package name + SHA1 finger print)... For SHA1 finger print download this.

这篇关于未在 android 中配置谷歌日历 api 访问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆