We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c22b2 commit 4eadc60Copy full SHA for 4eadc60
google/cloud/sql/connector/refresh_utils.py
@@ -79,7 +79,7 @@ async def _get_metadata(
79
"Authorization": "Bearer {}".format(credentials.token),
80
}
81
82
- url = "https://www.googleapis.com/sql/{}/projects/{}/instances/{}".format(
+ url = "https://sqladmin.googleapis.com/sql/{}/projects/{}/instances/{}/connectSettings".format(
83
_sql_api_version, project, instance
84
)
85
0 commit comments