- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:50 AM
I am new to the Databricks Free Edition. I am trying to upload a screenshot to be able to put it in a table and run some AI functions against it. It is not letting me upload a .png file. After several attempts I am being told that the root cause is public DBFS root is disabled for my workspace. Are we able to upload screenshot to the fee edition?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 11:56 AM
Hi @Bob- ,
upload .png to DBFS is not supported in free edition where as you can use Trail/Paid workspace. Also /Filestore path is is not supported in free edition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 01:56 PM - edited 07-07-2025 01:56 PM
Hi @Bob- ,
Storing and accessing data using DBFS root or DBFS mounts is a deprecated pattern and not recommended by Databricks.
You can use unity catalog volume to upload PNG file, which should be available in free edition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 05:23 PM
@Bob- Can you explain your use case? I'm not sure I understand "I am trying to upload a screenshot to be able to put it in a table and run some AI functions against it."
Are you trying to perform OCR?