Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/python-2.7/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google api Freebusy google API未返回或没有密钥_Google Api_Google Calendar Api_Google Api Python Client_Google Developers Console_Google Developer Tools - Fatal编程技术网

Google api Freebusy google API未返回或没有密钥

Google api Freebusy google API未返回或没有密钥,google-api,google-calendar-api,google-api-python-client,google-developers-console,google-developer-tools,Google Api,Google Calendar Api,Google Api Python Client,Google Developers Console,Google Developer Tools,可以看出,我拥有对谷歌日历(敏感范围)的读/写权限。我还想访问谷歌日历的忙/闲范围(不敏感) 我遵循相同的步骤,但只是提供了一个书面的理由,而不是视频,因为它不敏感,因为只有敏感的范围需要一个。尽管如此,我并没有得到许可,也并没有任何迹象表明我已经被处理了好几个星期了。我该怎么办 我只在我的仪表板上看到这一点,这是针对另一个范围的&感觉这就是为什么尽管我重新提交,但新范围没有得到审查的原因 我知道我没有被批准,因为绿色复选框不会显示在freebusy旁边,而不像auth/calendar 当

可以看出,我拥有对谷歌日历(敏感范围)的读/写权限。我还想访问谷歌日历的忙/闲范围(不敏感)

我遵循相同的步骤,但只是提供了一个书面的理由,而不是视频,因为它不敏感,因为只有敏感的范围需要一个。尽管如此,我并没有得到许可,也并没有任何迹象表明我已经被处理了好几个星期了。我该怎么办

我只在我的仪表板上看到这一点,这是针对另一个范围的&感觉这就是为什么尽管我重新提交,但新范围没有得到审查的原因

我知道我没有被批准,因为绿色复选框不会显示在freebusy旁边,而不像auth/calendar

当前,当我调用API时:

代码:

我会得到:

{'error': {'code': 403, 'message': 'The request is missing a valid API key.', 'errors': [{'message': 'The request is missing a valid API key.', 'domain': 'global', 'reason': 'forbidden'}], 'status': 'PERMISSION_DENIED'}}
TypeError: request() got an unexpected keyword argument 'key'
{'error': {'errors': [{'domain': 'global', 'reason': 'badRequest', 'message': 'Bad Request'}], 'code': 400, 'message': 'Bad Request'}}
&如果我在
request.post()参数中包含API键,我将得到:

{'error': {'code': 403, 'message': 'The request is missing a valid API key.', 'errors': [{'message': 'The request is missing a valid API key.', 'domain': 'global', 'reason': 'forbidden'}], 'status': 'PERMISSION_DENIED'}}
TypeError: request() got an unexpected keyword argument 'key'
{'error': {'errors': [{'domain': 'global', 'reason': 'badRequest', 'message': 'Bad Request'}], 'code': 400, 'message': 'Bad Request'}}
如果我把它放在链接后面,比如:

https://www.googleapis.com/calendar/v3/freeBusy?<apiKey>

附:文档甚至没有提到包含API。

你怎么知道你没有访问这个范围?你试过了吗?您是否在应用程序中添加了新的作用域,然后强制用户重新授权您的应用程序,或者您是否在应用程序中设置了一些内容以请求附加作用域用户在这一点上可以为您做的不多,我建议打开谷歌支持票以获取信息和解决方案。@DalmTO请查看更新后的帖子。@RafaGuillermo与谷歌取得联系是不可能的。是否有您推荐的特定支持渠道或地址?我试过Github,但也没有成功