I can't get WebStorm to add my account. I use a kn...
# suitescript
s
I can't get WebStorm to add my account. I use a known good token (works with Postman) and it says Invalid Login while NetSuite shows invalidToken. Is there somewhere in Webstorm to add Consumer Key / Secret? it just asks for the token. Tried creating new token, same thing. Can't see any permissions requirements in the docs.
b
very likely you are messing up the token
you shouldnt be able to use the token in postman since you dont know the consumer key
sdf uses its own integration and its own consumer key
s
"SDF uses its own integration"?
b
you need to generate an access token using the SuiteCloud Development Integration integration
s
Ah!
I have the do s for setting up Webstorm in front of me and it says nothing about that.
b
click the blue link
s
Yes, just looking now. Seems like the kind of thing that should be in one if the alert boxes in the docs. Thanks.