Session quota is reached

I am trying to generate a token by fetching from my client. I was successful and was able to receive the access token and refresh token, however now on subsequent fetches, I am receiving the error "session quota is reached". I have waited an amount of time (7-10 min) in between fetches, and am still being given the same error. Is there a way I can get past this?

Best Answer

  • Gurpreet
    Answer ✓

    @justin.mckenzie, the refresh token from your previous signin is valid for 18 hours. Please use parameter: "takeExclusiveSignOnControl": "true" to signout from other instances and sign in here.

Answers