filipniziol
Esteemed Contributor

Hi @kjoudeh ,

It is due to permissions.For external locations you would need to have BROWSE permissions:
https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-privileges/p...

Ask the metastore admin or a workspace admin to grant you the necessary permission:

 

GRANT BROWSE ON EXTERNAL LOCATION <your external location> TO `<your user>`