Apigee - Generate Token

Based on your YouTube video, i have created same services and able to generate the token using oauth2-cc service, when i pass that token to the loopback service i am getting the error below. please advise?

https://www.youtube.com/watch?v=Z4FTSqJOJlo&t=376s

https://apigee-dev.trellix.com/loopback/v1

{
“fault”: {
“faultstring”: “Invalid API call as no apiproduct match found”,
“detail”: {
“errorcode”: “keymanagement.service.InvalidAPICallAsNoApiProductMatchFound”
}
}
}

4 Likes
  1. Create an API Product: You would need to bundle your resources into an API Product

  2. Create an App

  3. Have the Association between App and the API product approved.

3 Likes

ya, there is a section in the screencast OP referred to, that you need to go through.

This part: https://www.youtube.com/watch?v=Z4FTSqJOJlo&t=625s

The UI in the current Apigee admin console (Google Cloud console based) is different, but the idea is the same.

2 Likes