amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
569 stars 730 forks source link

Encountering an error with the /finances/v0/financialEvents API when using the Next Token for a request. Can someone provide insights into this issue? #562

Closed naveenpatnana closed 2 months ago

naveenpatnana commented 4 months ago

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report  
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

Encountering an error with the /finances/v0/financialEvents API when using the Next Token for a request. Can someone provide insights into this issue?

"error":[ { "code":"InvalidInput", "message":"Token is not valid, token duration is 25 minutes.", "details":"" } ];

https://sellingpartnerapi-na.amazon.com/finances/v0/financialEvents

Current Behavior

Context/Screenshots

Your Environment

ben-pierre commented 4 months ago

Are you encoding the next token? Or manipulating it in any other way?

naveenpatnana commented 4 months ago

We are not doing any encoding to it, just using the token given in the response of api.

github-actions[bot] commented 3 months ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

github-actions[bot] commented 2 months ago

closed for inactivity