API Gateway Qwik Start

Unable to run the last part showing error for a long time Please help.

Solved Solved
1 2 416
2 ACCEPTED SOLUTIONS

Hello @Nitin12I’m sorry to hear you are having trouble. This looks like something the support team can help you with. Please reach out to support@qwiklabs.com. Thanks for stopping by, and good luck on the challenge!

View solution in original post

Hi, Nitin12,

You can try the following (I proposed this and it helped one participant already)...I am copying the whole message:

Dear Rai1310,

I hope you did not forget these steps (that I missed when I took the lab first time so could not finish the last task at that time as well):

1. In the Cloud Console, navigate to APIs & Services > Library.

2. In the search bar, enter the Managed Service name of the API you just created. You can find this value in the Managed Service column for your API on the APIs landing page.

3. In Cloud Shell, obtain the name of the managed service you just created using the following command:

gcloud api-gateway apis list --format json | jq -r .[0].managedService | cut -d'/' -f6
4. In the search bar, enter the Managed Service name of the API you just created. Click the Enable button for the service once displayed.
5. If you receive a notification like This API is provided by a third-party and it will be visible then click Ok.

So your newly created API should be ENABLED like any APIs you want to use from GCP. When I did this enabling, I could have finished the last task.

Best,

MC

P.S. You can make this enabling just after your new API created,  you do not need to wait for the API-config and the gateway to be completed.

View solution in original post

2 REPLIES 2

Hello @Nitin12I’m sorry to hear you are having trouble. This looks like something the support team can help you with. Please reach out to support@qwiklabs.com. Thanks for stopping by, and good luck on the challenge!

Hi, Nitin12,

You can try the following (I proposed this and it helped one participant already)...I am copying the whole message:

Dear Rai1310,

I hope you did not forget these steps (that I missed when I took the lab first time so could not finish the last task at that time as well):

1. In the Cloud Console, navigate to APIs & Services > Library.

2. In the search bar, enter the Managed Service name of the API you just created. You can find this value in the Managed Service column for your API on the APIs landing page.

3. In Cloud Shell, obtain the name of the managed service you just created using the following command:

gcloud api-gateway apis list --format json | jq -r .[0].managedService | cut -d'/' -f6
4. In the search bar, enter the Managed Service name of the API you just created. Click the Enable button for the service once displayed.
5. If you receive a notification like This API is provided by a third-party and it will be visible then click Ok.

So your newly created API should be ENABLED like any APIs you want to use from GCP. When I did this enabling, I could have finished the last task.

Best,

MC

P.S. You can make this enabling just after your new API created,  you do not need to wait for the API-config and the gateway to be completed.

Top Labels in this Space