Skip to content

Remove ParseFile 10Mb limitation #453

@kleydints

Description

@kleydints

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions