You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are following the new process however there are a few issues we cannot circumvent:
We cannot add our connector to a Power Automate solution to verify using the solution checker due to the following error: The request failed with error: '{"error":{"code":"0x80044331","message":"A validation error occurred. The length of the 'openapidefinition' attribute of the 'connector' entity exceeded the maximum allowed length of '500000'."}}'.
We cannot use paconn either as it is generating the following error upon validation: HTTPSConnectionPool(host='api.powerapps.com', port=443): Max retries exceeded with url: /providers/Microsoft.PowerApps/objectIds/71b6b311-8a5e-4e52-88c6-07e0e1301290/validateApiSwagger?api-version=2016-11-01&enableConnectorCertificationRules=true (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2384)')))
Did you figure this out? We're trying to update our connector and we run into your 3rd point as well. I see that paconn 0.0.21 is supposed to have resolved this, as per other tickets, but it's still throwing that error on my console...
Hello Team
We are following the new process however there are a few issues we cannot circumvent:
HTTPSConnectionPool(host='api.powerapps.com', port=443): Max retries exceeded with url: /providers/Microsoft.PowerApps/objectIds/71b6b311-8a5e-4e52-88c6-07e0e1301290/validateApiSwagger?api-version=2016-11-01&enableConnectorCertificationRules=true (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2384)')))
{
"error": {
"code": "InvalidAuthenticationToken",
"message": "The received access token has been obtained from wrong audience or resource."
}
}
401 Client Error: Unauthorized for url: https://api.powerapps.com/providers/Microsoft.PowerApps/apis?api-version=2016-11-01&%24filter=environment****redacted****
Can you advise please?
The text was updated successfully, but these errors were encountered: