Netsuite 中生成什么基础令牌?

What basis token is generated in Netsuite?

我也可以通过 REST api 和 netsuite UI 创建令牌。我在多次创建令牌后遇到以下错误。

This user has exceeded the number of active access tokens this role.

我认为令牌是基于这三种组合创建的

  1. 应用程序(消费者密钥,消费者秘密)
  2. 用户(员工)
  3. 角色

即使我更改了用户的应用程序名称和角色名称,我也遇到了同样的错误。

我在文档中进行了搜索,找不到任何相关内容。

Netsuite 令牌是在什么基础上生成的?

如何在不撤销现有令牌的情况下生成更多令牌?

你的问题可以用Suite Answer 83936来回答:

There can only be a maximum of 25 access tokens a user can have in an account. If a user tries to create another access token even if he already has 25 access tokens then he will receive the error stated above.