I am using google earth API through google colab.
Until a few days ago, I had been able to run the following code:
#Import earth engine
import ee
Trigger the authentication flow.
ee.Authenticate()
Initialize the library.
ee.Initialize()
However, these days, when I run the code, the following message is shown.
WARNING:googleapiclient.http:Encountered 403 Forbidden with reason “PERMISSION_DENIED”
What happened?
What should I do?