We are calling Gmail API using this code https://developers.google.com/gmail/api/quickstart/dotnet. Everything works fine testing, however when we turn on firewall restrictions it fails.
What is the best way to configure our server to allow connectivity to Gmail API?
Is there a list of IP addresses. How can I make sure it's all up to date.
Thank you