I'm following the postman instructions and I'm stuck on Task 4 Upload AppBundle.
The downloaded postman files. I checked the github documentation and it does not list the authorization in the header. When I click send I get the error below.
<Error>
<Code>AccessDenied</Code>
<Message>Invalid according to Policy: Policy expired.</Message>
<RequestId>xxxxxxxxxxxxxxxx</RequestId> <HostId>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</HostId>
</Error>
When I add the authorization to the header I get the error below.
<Error>
<Code>InvalidArgument</Code>
<Message>Unsupported Authorization Type</Message>
<ArgumentName>Authorization</ArgumentName>
<ArgumentValue>Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxx</ArgumentValue>
<RequestId>xxxxxxxxxxxxxxxx</RequestId>
<HostId>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</HostId>
</Error>
I have checked that my authorization token is still active. The example files don't list the authorization in the header, but I've included it in the header
The variables in the Body of the request seem fine

Any advice would be greatly appreciated. Thank you.

Register the AppBundlesucceeded before doing "Upload the AppBundle"?