Hi,
I have a python script that runs once a day and its jobs is to download a new refresh token from aiq.netapp.com.
This works great for one week but then it fails and I'm required to manually download a new refresh token. Then I can run the script for another week before I need to manually download it again.
I know that a refresh token is valid for 1 week but as the script update the token daily I do indeed have a fresh token that should work.
I have verified that the refresh token that the script recieve is different from the previous one so it does it job correctly.
Anyone have any idea why I experience this problem?
/Johan