Question

facing issue in integration of App with google sheet

  • 24 August 2023
  • 0 replies
  • 20 views

we integrate our app  transactions api  as a trigger app with  google sheet  as action app to extract data from our app to save in google sheet as a new row.

For this, we use basic auth for authentication, it work fine with our App Api.

To automate our system  transactions with google sheets ,we are using Rest hooks for trigger .We are getting this error : "Authorization token is not valid.", while  integrating our APP API  to triggers data.
{"response_code": "failed", "msg": "Authorization token is not valid.", "error": {"name": "JsonWebTokenError", "message": "jwt malformed"}}`.

Can you please help out to resolve this issue.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.