Hi Team, I am using google apps script to perform orders. I have set the service URL in the app postback URL. But I could not see any response there. My API service URL is not an anonymous URL. Is that the reason its not hit there? Is there a way to send OAuth credential along with that?
It has to be a public endpoint and you can authenticate incoming data as mentioned here. I am afraid we can't send any additional information while sending postbacks.
I have a public endpoint for the App Script service. But I am afraid that the URL will redirect to the google login page whenever there is a hit happens. Is there a way to receive data in authenticated URL?
You can comment on that thread and see if he was able to implement it. However, we haven't made any changes on Kite Connect for this apart form increasing the URL length.
Is there an option to connect to that person and figure out a solution?