I am getting error while testing from drupal developer portal

Hi Team,

While testing API from the drupal dev portal getting verify oauth access token failed in trace.

I added CORS headers in optionpreflite flow as per apigee docs(https://docs.apigee.com/api-platform/develop/adding-cors-support-api-proxy)

and in curl it sending BearerToken, but if we test in any testing tool we sent Bearer {token}. Its not passing this token in authorization headers when I am enabling the trace.

curl.jpg

Please help with this isuue.

Thank you sravani

0 2 163
2 REPLIES 2

@sravanig231 ,

Refer the Drupal document for configuring connect to Apigee.

@sravanig231 ,
It seems that the oauth token has some issue which you are sending from Drupal,  refer this doc for Error reference

For adding Verify access tokens policy refer this doc
and check for valid access tokens here
Hope this will help!