-
Hi there, Can I ask why there is an error when entering the verification code to authorize access needed by Earth Engine through a cloud server? I followed the tutorial and imported geemap in jupyter notebook by local, it works well (with Anaconda 3 and python3.9.2). However, when I Successfully saved authorization token.UnknownApiNameOrVersion Traceback (most recent call last) ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/init.py in Initialize(credentials, opt_url, cloud_api_key, http_transport, project) ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/data.py in initialize(credentials, api_base_url, tile_base_url, cloud_api_base_url, cloud_api_key, project, http_transport) ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/data.py in _install_cloud_api_resource() ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/_cloud_api_utils.py in build_cloud_resource(api_base_url, api_key, credentials, timeout, headers_supplier, response_inspector, http_transport, raw) ~/anaconda3/envs/gee/lib/python3.9/site-packages/googleapiclient/_helpers.py in positional_wrapper(*args, **kwargs) ~/anaconda3/envs/gee/lib/python3.9/site-packages/googleapiclient/discovery.py in build(serviceName, version, http, discoveryServiceUrl, developerKey, model, requestBuilder, credentials, cache_discovery, cache, client_options, adc_cert_path, adc_key_path, num_retries, static_discovery) ~/anaconda3/envs/gee/lib/python3.9/site-packages/googleapiclient/discovery.py in _retrieve_discovery_doc(url, http, cache_discovery, serviceName, version, cache, developerKey, num_retries, static_discovery) UnknownApiNameOrVersion: name: earthengine version: v1alpha During handling of the above exception, another exception occurred: UnknownApiNameOrVersion Traceback (most recent call last) ~/anaconda3/envs/gee/lib/python3.9/site-packages/geemap/geemap.py in init(self, **kwargs)
~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/init.py in Initialize(credentials, opt_url, cloud_api_key, http_transport, project) ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/data.py in initialize(credentials, api_base_url, tile_base_url, cloud_api_base_url, cloud_api_key, project, http_transport) ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/data.py in _install_cloud_api_resource() ~/anaconda3/envs/gee/lib/python3.9/site-packages/ee/_cloud_api_utils.py in build_cloud_resource(api_base_url, api_key, credentials, timeout, headers_supplier, response_inspector, http_transport, raw) ~/anaconda3/envs/gee/lib/python3.9/site-packages/googleapiclient/_helpers.py in positional_wrapper(*args, **kwargs) ~/anaconda3/envs/gee/lib/python3.9/site-packages/googleapiclient/discovery.py in build(serviceName, version, http, discoveryServiceUrl, developerKey, model, requestBuilder, credentials, cache_discovery, cache, client_options, adc_cert_path, adc_key_path, num_retries, static_discovery) ~/anaconda3/envs/gee/lib/python3.9/site-packages/googleapiclient/discovery.py in _retrieve_discovery_doc(url, http, cache_discovery, serviceName, version, cache, developerKey, num_retries, static_discovery) UnknownApiNameOrVersion: name: earthengine version: v1alpha |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
See gee-community/geemap#341 (comment)