I redid my raspberry, with the hassle, and now I’m having a problem installing the SMARTTHINGS integration, I do the personal token, selecting the request for the integration, when I paste the key in the integration UI, I get the error "The token does not have the required OAuth scopes. "
follow is LOG
2020-08-03 10:39:27 DEBUG (MainThread) [homeassistant.components.smartthings.smartapp] Created cloudhook 'https://hooks.nabu.casa/xxxxxxxxxxxxxxxxxx'
2020-08-03 10:39:27 DEBUG (MainThread) [homeassistant.components.smartthings.smartapp] Setup endpoint for https://hooks.nabu.casa/xxxxxxxxxxxxxxxxxx
2020-08-03 10:39:37 DEBUG (MainThread) [homeassistant.components.smartthings.config_flow] Forbidden error received setting up SmartApp
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/smartthings/config_flow.py", line 105, in async_step_pat
app = await find_app(self.hass, self.api)
File "/usr/src/homeassistant/homeassistant/components/smartthings/smartapp.py", line 66, in find_app
settings = await app.settings()
File "/usr/local/lib/python3.8/site-packages/pysmartthings/app.py", line 362, in settings
entity = await self._api.get_app_settings(self._app_id)
File "/usr/local/lib/python3.8/site-packages/pysmartthings/api.py", line 204, in get_app_settings
return await self.get(API_APP_SETTINGS.format(app_id=app_id))
File "/usr/local/lib/python3.8/site-packages/pysmartthings/api.py", line 389, in get
return await self.request("get", self._api_base + resource, params)
File "/usr/local/lib/python3.8/site-packages/pysmartthings/api.py", line 385, in request
resp.raise_for_status()
File "/usr/local/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 941, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden', url='https://api.smartthings.com/v1/apps/XXXXXXXXXXXXXXXXXXX/settings
do you have any ideas, what am i doing wrong
Thank you very much in advance