Skip to content

Commit

Permalink
feat: Update max file size for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
acezard committed Oct 23, 2023
1 parent 2ec43d6 commit 0259f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drive/targets/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"accept_documents_from_flagship": {
"accepted_mime_types": ["*/*"],
"max_number_of_files": 10,
"max_size_per_file_in_MB": 10,
"max_size_per_file_in_MB": 100,
"route_to_upload": "/#/upload?fromFlagshipUpload=true"
}
}

0 comments on commit 0259f69

Please sign in to comment.