Hi @Retired_mod
Can you elaborate on the error "Refresh token not found for userId"?
I have exactly the same problem as described in this thread. I am trying to create a storage credential using a Personal Access Token from a Service Principal. This results in 404 with the response body:
{
"error_code": "RESOURCE_DOES_NOT_EXIST",
"message": "Refresh token not found for userId: Some(2302042022180399)",
"details": [
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"request_id": "d731471b-b6b8-41a9-bf77-993529733668",
"serving_data": ""
}
]
}
When I use a Personal Access Token from my own user, the storage credential is created without error. Both the Service Principal and I have admin rights in Databricks and the Service Principal is Contributor on the Subscription.