Upload file size restrictions #27431
TheOtherBrian1
announced in
Troubleshooting
Replies: 1 comment
|
Adding to this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is a copy of a troubleshooting article on Supabase's docs site. It may be missing some details from the original. View the original article.
You can view the maximum file upload size from the docs. It differs based on your plan and on any bucket or global limits you might have already set.
Edit the maximum file upload size
There are two ways to edit the maximum file upload size:
Global file upload size limit
To edit the global file upload size limit, change the value of Global file size limit in the top section of Storage Settings.
If they are set higher than your new global limit, you’ll be asked to edit or remove any existing bucket-level limits first. The global limit takes precedence.
Bucket-level file upload size limit
Follow these steps to edit the maximum file upload size at the bucket level:
You won’t be able to set a limit that is greater than the global file upload size limit, as that takes precedence.
File size restrictions
Upload methods impose differing file size restrictions:
All reactions