Last active
April 9, 2018 07:41
-
-
Save user20161119/5abb40e63a7bd425017986ca4eeb739a to your computer and use it in GitHub Desktop.
eBay auth token expiration error code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 & 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