我正在尝试调用google rest api。它显示401未经授权的错误。在一个例子中,据说我应该这样调用API:https://www.googleapis.com/calendar/v3/users/me/calendarList/1?fields=colorId&key= {YOUR_API_KEY}
我的问题是如何获取API密钥?
答案 0 :(得分:0)
我建议您按照日历文档中的配置您的应用步骤进行操作:https://developers.google.com/google-apps/calendar/instantiate并在此处阅读有关OAuth2的内容:https://developers.google.com/accounts/docs/OAuth2
也可以尝试OAuth2游乐场,我发现它非常有用:https://developers.google.com/oauthplayground/