We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab4fb4 commit c1be46eCopy full SHA for c1be46e
1 file changed
ee-test-with-oauth2.py
@@ -11,6 +11,7 @@
11
client_secret=stored["client_secret"],
12
refresh_token=stored["refresh_token"],
13
quota_project_id=stored["project"],
14
+ scopes=["https://www.googleapis.com/auth/earthengine"]
15
)
16
17
ee.Initialize(credentials=credentials)
0 commit comments