我有這個問題。我有 Google Earth Engine 來授予對我的主帳戶的訪問權限。在運行我的應用程序之前,我已經進行了身份驗證。但是,我仍然被提示驗證earthengine。這是跟蹤:ERROR 2018-09-04 08:51:12,986 wsgi.py:263]Traceback (most recent call last):File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud- sdk\platform\google_appengine\google\appengine\runtime\wsgi.py", line 240, in Handlehandler = _config_handle.add_wsgi_middleware(self._LoadHandler())File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\google\appengine\runtime\wsgi.py", line 299, in _LoadHandlerhandler, path, err = LoadObject(self._handler)File "C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\google\appengine\runtime\wsgi.py", line 85, in LoadObjectobj = __import__(path[0])File "C:\Users\esther\dev\ndvi-time-series\server.py", line 90, in <module>ee.Initialize()File "C:\Users\esther\dev\ndvi-time-series\lib\ee\__init__.py", line 93, in Initializecredentials = _GetPersistentCredentials()File "C:\Users\esther\dev\ndvi-time-series\lib\ee\_helpers.py", line 40, in _GetPersistentCredentialsraise EEException('Please authorize access to your Earth Engine account 'EEException: Please authorize access to your Earth Engine account by runningearthengine authenticatein your command line, and then retry.INFO 2018-09-04 16:51:13,023 module.py:880] default: "GET / HTTP/1.1" 500 -INFO 2018-09-04 16:51:13,325 instance.py:294] Instance PID: 12352INFO 2018-09-04 16:51:15,380 instance.py:294] Instance PID: 3368這是我在地球引擎認證后得到的:#>earthengine authenticateOpening the following address in a web browser:https://accounts.google.com/o/oauth2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fearthengine+https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdevstorage.full_control&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&client_id=517222506229-vsmmajv00ul0bs7p89v5m89qs8eb9359.apps.googleusercontent.com那么,我是否必須讓 Google Earth Engine 授予對我用于應用程序開發的服務帳戶的訪問權限?
添加回答
舉報
0/150
提交
取消