Google 联系人 API - CORS 问题
Google Contacts API - CORS issue
我有一个我使用了很长时间的网络应用程序(无服务器)。这个想法是应用程序从我的 Google 帐户获取联系人,然后我可以使用这些数据执行一些操作。
不幸的是,最近几天我开始收到 CORS 错误...我没有注意,但今天我试图修复它。我意识到所有其他 Google API 地图、位置、OAuth 等都可以正常工作。
唯一有问题的是 Google 联系人 API。我想知道,可以在客户端继续使用这个 API 吗?我没有触及代码和 google-cloud 设置。这是一个非常奇怪的行为...
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://.....' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
问题已在 Google 方面得到解决(是一个错误)。
我有一个我使用了很长时间的网络应用程序(无服务器)。这个想法是应用程序从我的 Google 帐户获取联系人,然后我可以使用这些数据执行一些操作。
不幸的是,最近几天我开始收到 CORS 错误...我没有注意,但今天我试图修复它。我意识到所有其他 Google API 地图、位置、OAuth 等都可以正常工作。
唯一有问题的是 Google 联系人 API。我想知道,可以在客户端继续使用这个 API 吗?我没有触及代码和 google-cloud 设置。这是一个非常奇怪的行为...
No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://.....' is therefore not allowed access. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
问题已在 Google 方面得到解决(是一个错误)。