This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Description
Running:
curl 'https://api.rollbar.com/api/1/proguard' \
-F access_token=myApiKey \
-F version=3.197.3 \
-F mapping=@mapping.txt
Returns:
<html>
<head><title>413 Request Entity Too Large</title></head>
<body>
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.17.9</center>
</body>
</html>
Our mapping.txt file is 343 MB in size. The Google Play limit for mapping files is 1600 MB.