You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to receive notifications from Google Calendar using the google_calendar_api_v3/events/watch API (https://developers.google.com/calendar/api/v3/reference/events/watch). Although no errors are returned, the response includes a null "address," and the API ultimately fails to work as expected. I can successfully fetch the calendar and events list with the current authorization setup. The PHP script is part of a backend API for an application, and it will not be accessed directly by users via a browser.
I have already verified that the SSL/TLS certificate is correct, and I changed the redirect URL from one with an underscore to one with a hyphen to avoid potential issues.
Environment details
Problem
I'm attempting to receive notifications from Google Calendar using the google_calendar_api_v3/events/watch API (https://developers.google.com/calendar/api/v3/reference/events/watch). Although no errors are returned, the response includes a null "address," and the API ultimately fails to work as expected. I can successfully fetch the calendar and events list with the current authorization setup. The PHP script is part of a backend API for an application, and it will not be accessed directly by users via a browser.
I have already verified that the SSL/TLS certificate is correct, and I changed the redirect URL from one with an underscore to one with a hyphen to avoid potential issues.
Here is the relevant code:
index.php
ClientSecret.json
Response.json
What I've tried
Since the initial redirectURL included '_' we changed it to '-'.
Confirmed that the SSL/TLS-certificate is correct.
Thanks!
The text was updated successfully, but these errors were encountered: