Hey, Amazon team
Trying to use Submission API to replace APK in edit. Call takes significant time and then server responds with weird HTML
<!DOCTYPE html>
<html>
<head>
<title>Scheduled Maintenance</title>
<link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/res/css/reset.css">
<link rel="stylesheet" type="text/css" href="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/res/css/main.css">
</head>
<body>
<div class="container"><a id="logo" href="/"><img src="https://images-na.ssl-images-amazon.com/images/G/01/mobile-apps/devportal2/res/images/logo-dp.png" /></a>
<div class="system-error">
<h1 class="primary">Scheduled Maintenance</h1>
<p>We are currently working to improve your experience.</p>
</div>
<div class="footer">
<p>1996-2020, Amazon.com, Inc. or its affiliates. All Rights Reserved.<br />Amazon is trademarks of Amazon.com, Inc. or its affiliates.</p>
</div>
</div>
</body>
</html>
It worked about a month ago, so the logic is correct. App ID is amzn1.devportal.mobileapp.e5e1a352840848079375736a33c8cae0
Thanks in advance