Hello,
I'm using drupal 8 kickstart for apigee, I followed this doc to configure connection :
https://www.drupal.org/docs/contributed-modules/apigee-edge/configure-the-connection-to-apigee
But I keep getting this error when I try to create a role or just test the connection in drupal back office (Configuration>Apigee Edge>General):
[ERROR] Error connecting to Apigee Edge. Client error: `GET https://api.enterprise.apigee.com/v1/o/myorg` resulted
in a `404 Not Found` response:
{
"code" : "organizations.OrganizationDoesNotExist",
"message" : "Organization : mgenportal does not exist",
I have a trial apigee account.
Has someone faced the same issue? Thanks in advance.