-
-
Notifications
You must be signed in to change notification settings - Fork 735
Closed
Description
Hey guys, we migrated to Parse Server and on iOS we can now use files larger than 10Mb. On Android however, we can't even create a file larger than 10Mb. We get this error when we run
ParseFile video1 = new ParseFile("answer_1.mp4", video1ByteArray);
FATAL EXCEPTION: main Process: com.terre.android.terremoto, PID: 7919
java.lang.IllegalArgumentException: ParseFile must be less than 10485760 bytes
Our Parse Server supports files larger than 10Mb and on iOS everything works fine.
Is there anything we can do?
Metadata
Metadata
Assignees
Labels
No labels