Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

authentication token is missing or invalid code 40003 #17

Closed
Chtets070 opened this issue Jun 27, 2023 · 4 comments
Closed

authentication token is missing or invalid code 40003 #17

Chtets070 opened this issue Jun 27, 2023 · 4 comments

Comments

@Chtets070
Copy link

Chtets070 commented Jun 27, 2023

Вставляю токен по инструкции в главе "установка", но возникает ошибка authentication token is missing or invalid code 40003 при выполнении функции TI_GetAccounts() или подобных:
Ошибка:
Exception: Request failed for https://invest-public-api.tinkoff.ru returned code 401. Truncated server response: {"code":16,"message":"authentication token is missing or invalid","description":"40003"} (use muteHttpExceptions option to examine full response)
_makeApiCall @ TinkoffTrades_api_V2.gs:271
_GetAccounts @ TinkoffTrades_api_V2.gs:351
TI_GetAccounts @ TinkoffTrades_api_V2.gs:399

  • Пробовал создавать токены с "только для чтения" и полный доступ
  • Пытался создать отдельно на ИИС и брокерского счета
  • "Подтверждение сделок кодом" в профиле тинькоф инвестиции выключен
  • С чем может быть связана эта проблема?
@HiHat
Copy link
Collaborator

HiHat commented Jun 27, 2023

А времени сколько прошло после получения?
Иногда не сразу начинают работать.

@Chtets070
Copy link
Author

Спасибо за обратную связь! не имею навыков программирования, поэтому сложно отловить проблему.
прошло чуть больше 6 часов как создал токен.
как сказано в инструкции - вместо OPENAPI_TOKEN вставил свой токен с сохранением кавычек 'тут токен'
/** @OnlyCurrentDoc */

const scriptProperties = PropertiesService.getScriptProperties()
const OPENAPI_TOKEN = scriptProperties.getProperty('OPENAPI_TOKEN')

@HiHat
Copy link
Collaborator

HiHat commented Jun 30, 2023

Видимо неправильно создали параметр в настройках проекта.
Примерно так должно быть:
Снимок экрана 2023-06-30 в 22 23 42

@Chtets070
Copy link
Author

Chtets070 commented Jul 1, 2023

Спасибо! сейчас разобрался! так как впервые знакомился с apps script не знал что за шаг -
Добавить свойство OPENAPI_TOKEN в разделе Project properties -> Script properties равным токену, полученному выше.

@HiHat HiHat closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants