-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guidance on saving large-ish files (6MB)? #41
Comments
Is this on your own server or on api.etebase.com? |
@tasn Sorry, I should've indicated that. It's on |
Nah, I was going to say that I believe that etebase should defo handle it and maybe it was a misconfiguration in your self-hosted instance. Etebase should (unless I'm misremembering) automatically split files into smaller chunks. What version of the lib are you using? |
@tasn I just did a fresh install of |
I don't think it is. From the top of my head we automatically split to chunks, and anyway, even a chunk sized 6mb is fine. |
I'm getting a
413 Payload Too Large
error when trying to create anItem
with binary content that's 6MB. I haven't tested where the cutoff is yet, but I was hoping there was some general advice on how to handle large files.I need to be able to handle single files that are up to 1GB or so of binary data.
Should I zip the file up and break it into separate
Items
? Or is there some way to handle this with Etebase that I'm not seeing/understanding.Thanks!
The text was updated successfully, but these errors were encountered: