I want to move a zip file from DBFS to a workspace folder.
I am using dbutils.fs.cp("dbfs file path", "workspace folder path"), in databricks notebook and I am seeing the following error -
ExecutionError: An error occurred while calling o455.cp. : java.nio.file.AccessDeniedException initiate MultiPartUpload on REGION-prod/238....
What access do I require and how can I get them?