<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Move files from DBFS to Workspace Folders databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/107062#M42695</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Kindly check your bucket policy. The error is for MultiPartUpload, you may want to check if the&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="https://docs.databricks.com/en/administration-guide/cloud-configurations/aws/s3-commit-service.html" target="_blank" rel="noopener noreferrer" data-stringify-link="https://docs.databricks.com/en/administration-guide/cloud-configurations/aws/s3-commit-service.html" data-sk="tooltip_parent"&gt;commit service&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is being blocked.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also read details &lt;A href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Jan 2025 12:03:05 GMT</pubDate>
    <dc:creator>NandiniN</dc:creator>
    <dc:date>2025-01-26T12:03:05Z</dc:date>
    <item>
      <title>Move files from DBFS to Workspace Folders databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/106575#M42523</link>
      <description>&lt;P&gt;I want to move a zip file from DBFS to a workspace folder.&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;dbutils.fs.&lt;/SPAN&gt;&lt;SPAN&gt;cp("dbfs file path", "workspace folder path"), in databricks notebook and I am seeing the following error -&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;ExecutionError: &lt;/SPAN&gt;An error occurred while calling o455.cp. : java.nio.file.AccessDeniedException&amp;nbsp;initiate MultiPartUpload on REGION-prod/238....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What access do I require and how can I get them? &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 06:14:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/106575#M42523</guid>
      <dc:creator>Abdurrahman</dc:creator>
      <dc:date>2025-01-22T06:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Move files from DBFS to Workspace Folders databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/106948#M42657</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102882"&gt;@Abdurrahman&lt;/a&gt;&amp;nbsp;The error message looks like a permission denied issue. Please ensure that you have the necessary permissions to read from the DBFS path and write to the workspace folder. You might need the following permissions:&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;Read access to the DBFS file path.&lt;/LI&gt;
&lt;LI&gt;Write access to the target workspace folder.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 24 Jan 2025 19:12:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/106948#M42657</guid>
      <dc:creator>Satyadeepak</dc:creator>
      <dc:date>2025-01-24T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Move files from DBFS to Workspace Folders databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/107062#M42695</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Kindly check your bucket policy. The error is for MultiPartUpload, you may want to check if the&amp;nbsp;&lt;/SPAN&gt;&lt;A class="c-link" href="https://docs.databricks.com/en/administration-guide/cloud-configurations/aws/s3-commit-service.html" target="_blank" rel="noopener noreferrer" data-stringify-link="https://docs.databricks.com/en/administration-guide/cloud-configurations/aws/s3-commit-service.html" data-sk="tooltip_parent"&gt;commit service&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;is being blocked.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also read details &lt;A href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 12:03:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/107062#M42695</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2025-01-26T12:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Move files from DBFS to Workspace Folders databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/107075#M42698</link>
      <description>&lt;P&gt;Permission denied appears to be the cause of the error message. To read from the DBFS path and write to the workspace folder, please make sure you have the required permissions. The following permissions may be required:&lt;/P&gt;&lt;P&gt;The DBFS file path can be read.&lt;BR /&gt;The target workspace folder can be written to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 16:09:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/move-files-from-dbfs-to-workspace-folders-databricks/m-p/107075#M42698</guid>
      <dc:creator>nick533</dc:creator>
      <dc:date>2025-01-26T16:09:35Z</dc:date>
    </item>
  </channel>
</rss>

