Databricks UI error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 03:22 AM
I receive this respone when trying to download a csv file:
adb-737684297741988.8.azuredatabricks.net/ajax-api/2.0/workspace/export?path=/Repos/jhu_admin%40siem...
{
"error_code": "BAD_REQUEST",
"message": "content size (264156426) exceeded the limit 10485760"
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2024 09:40 AM
Hi @jenshumrich ,
How you download this CSV? Using GUI or through API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 12:57 AM - edited 08-12-2024 12:58 AM
@szymon_dybczak I am using the GUI (see the screenshot in the original post): File marked -> Three dots -> Export
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 01:09 AM
Hi @jenshumrich ,
Yep, I can confirm. I've uploaded CSV file that has size greater than 10 mb and received the same error.
I think we are hitting the same limitation as is described in case of REST API /workspace/export endpoint, which states:
If the limit (10MB) is exceeded, exception with error code is thrown
As a workaround, you can use dbutils to copy this file to your cloud storage and download it from there.

