I'm currently trying to utilize google translation and google recaptcha inside portals. Translation works flawlessly within the interface and independently, but when used from the portal it throws an error below:
I also get an error using google recaptcha embedded by default through portals:
I have tested connection on both of the connected systems and they are working as expected without any issues.
Discussion posts and replies are publicly visible
The API call comes from a different domain. You will have to somehow allow calls from the portal domain.
How would I allow calls from portal?
I think you need to tell Google from which domains you are going to make these calls. It seems that it already works from the Appian environment, but the Portal uses a different domain.
Do I have to go on my google service account to do this?