Did netsuite change something about TBA roles? I h...
# suitescript
c
Did netsuite change something about TBA roles? I have a TBA role/user/TBA key/secret and my role has login using tokens = full and Use REST Webservices = full. If i try to hit my restlet, i get a 401. I even tried NetSuite's environment template for postman and manually doing it and nada. I've done this a ton so something has to be wrong.
s
I was getting a message like that from post man and this resolve it for me...
Option 1) the 2FA was suddenly enabled for the account we are using for some reason. So we did what David suggested above on our custom developer role: Under Permissions, remove Integration Applications from the Lists tab and remove both Integration Application and Access Token Management from the Setup tab. We've set the TWO-FACTOR AUTHENTICATION REQUIRED to not required and unchecked the single sign-on. (edited)
I got that from an O/NS employee
not sure if its the same for your issue or not but worth a try
c
i dont have any of that set like you do i just have the login using access tokens to full and rest webservices is also full. The header level fields are just like what you have
just doesn't work any more
i was being a total idiot.. i had the account ID w/ the "-sb1" instead of the "_SB1" for the realm
s
DOH!