Skip to content

Instantly share code, notes, and snippets.

@user20161119
Last active April 9, 2018 07:41
Show Gist options
  • Save user20161119/5abb40e63a7bd425017986ca4eeb739a to your computer and use it in GitHub Desktop.
Save user20161119/5abb40e63a7bd425017986ca4eeb739a to your computer and use it in GitHub Desktop.
eBay auth token expiration error code
<GeteBayOfficialTimeResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<Timestamp>2018-04-09T07:40:32.535Z</Timestamp>
<Ack>Failure</Ack>
<Version>1047</Version>
<Build>E1047_CORE_API_18645815_R1</Build>
<Errors>
<ShortMessage>This Token has been revoked by App.</ShortMessage>
<LongMessage>This Token has been revoked by App. The end user must complete the Auth &amp; Auth consent flow again to generate a valid token.</LongMessage>
<ErrorCode>21916013</ErrorCode>
<SeverityCode>Error</SeverityCode>
<ErrorClassification>RequestError</ErrorClassification>
</Errors>
</GeteBayOfficialTimeResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment