It’s my first time to use GCP and Apigee. I want to make an Apigee API and call the API on Apps Script. However, when I set up Apigee Evalutaion, for Networking I chose ‘Internal’. And it seems, I cannot make my Apigee api exposed with this evalutaion config. So I assume I should remove current one and make a new evaluation.
Can I do it? If I can, would you please guide me how to do it?
When using internal access in the routing section in the Wizard, your APIs will only be accessible from your internal GCP network.
If you would like to configure routing for external access, as per the details in the documentation, you could continue with the Wizard in this link and select enable internet access, using this option an HTTPS load balancer will be created and assigned a static external IP address.
Welcome to the community @serinaheo ! We’re glad you came here with your question, and thanks to @jadelgado for their guidance. I suggest you check out our articles and upcoming events to stay updated. We look forward to seeing you around!
Also, if the reply helped resolve your question, consider marking it as the accepted solution.
I deleted evaluation group from Apigee and made a new project before seeing your reply.
I have another question. Have you ever had any experience to use Apigee API from Apps script? My Apigee API has armor to deny all requests unless it’s in the allowed ip. But Apps Script is in internet. I don’t think it is good idea to put all IPs of Google in my white list.
Do you have any experience or any idea for this problem? Please advise.