英文:
Azure Databricks access got error code=403/Forbidden: 403-Unauthorized access to Org
问题
我访问 Azure Databricks 工作区 API https://workspacexxx.azuredatabricks.net/api/2.0/clusters/list,并遇到错误
"403/Forbidden: 403-Unauthorized access to Org:"
我尝试使用 Postman,并获得以下结果
{"error_code":"403","message":"Unauthorized access to Org: xxxx"}
似乎与防火墙/网络有关,但我不确定。
有人可以帮助我吗?
英文:
I access to Azure Databricks workspace API
https://workspacexxx.azuredatabricks.net/api/2.0/clusters/list
and got error
"403/Forbidden: 403-Unauthorized access to Org:"
I try with postman and get result like this
{"error_code":"403","message":"Unauthorized access to Org: xxxx"}
It seems related to firewall/networks but I don't know exactly.
Can anyone help me out?
答案1
得分: 0
这个错误与你的工作区上配置的IP访问列表有关。确保流量通过VPN或正确的HTTP代理传输。您需要向您的Databricks管理员提出请求。
英文:
This error is related to the IP Access List configured on your workspace. Make sure that traffic is going via VPN or correct HTTP proxy. You need to ask your Databricks administrator.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论