Hi,
By using make.powerapps.com , I have a entity and created a new column of file data type with maximum size "131072KB".
I included the column in a form, and it's working.
But when i exported the changes in my code, i.e; entity.xml and form.xml, and when i imported the solution in a new org( in classic version), the newly created column with maximum size "131072KB" is rolled back to 32,768KB. Please help me to fix this.