Hi Developer Advocate,
We are using RDP APIs with two user-ids for different services as follows:
- User 1: data-store/v1/graphql and discovery/symbology/v1/lookup, Approx time token first generated = 23:31, result = PASS
- User 2: alerts/v1/news-stories-subscriptions and data/news/v1/metadata, Approx time token first generated = 23:32, result = FAIL
Just to confirm the timeline of the issue:
- Generate a new access token for Filings
- Generate a new access token for News (a few milliseconds after Filings)
- After approx. 10 mins we refresh the news event token and this causes the job failure
- Filings continues to run and refresh logic seems to work ok for Filings (assume maybe as it was the first to establish a connection)
User 2 got the following errors:
23:40:28.282 [main] INFO RefinitivAPIConnection - Credentials provided, attempting to connect to https://api.refinitiv.com/auth/oauth2/v1/token:
23:40:29.175 [main] ERROR RefinitivAPIConnection - Error! No refresh token in response: {"error":"invalid_grant"}
Could you please advise what cause this issue and the next step?