Has anyone got the REST WebServices to work using a Python library? Or any other library? We tried it and we're getting an expired token error.
u
クリスピポテト
05/11/2020, 3:27 PM
what library did you used?
クリスピポテト
05/11/2020, 4:05 PM
looking at the error seems like not something thrown from a REST lib. But I normally use the restclient library unless there's an SDK provided (which in NetSuite's case, there's no integration SDK provided)
b
battk
05/11/2020, 5:40 PM
if the error in the login audit trail looks like AccessTokenExpired, then your 1 hour oauth 2 access token expired, you need to get a new one using your refresh token
l
Lea CC
05/12/2020, 12:27 PM
we're getting invalid_grant in POSTMAN, then in Login Audit Trail it's showing "Invalid Code" error.
have you guys encountered it?