karthik_p
Databricks Partner

@Nermin Yehia​ can you use this command to copy you files from shared

dbutils.fs.cp ("file:/workspace/shared/.....", "dbfs:/tmp/sqls/*")

and to read try to use

display(dbutils.fs.ls("file:/tmp/sqls/*"))

karthik.p