We have purchased planet data and need to use Python automated script to continuously update the image data of a certain area, but the documentation says:
Note: Access tokens expire after an hour. To fix this, just request a new access token.
It seems that we can’t automatically request a new access token using the python API. How can we solve this problem?