Hello everyone, I'm having trouble setting up my V...
# sdf
j
Hello everyone, I'm having trouble setting up my VSCode using NetSuite Upload I'm new to SuiteScripting and SuiteCloud and I'm trying to use VSCode as my editor. I downloaded the NetSuite Upload-extension and created
SuiteScript
folder in which I have
.vscode
folder with
settings.json
. When I try to use the
Pull folder from NetSuite
option I get the following error:
ERROR downloading directory. | You might need to update the vscodeExtensionRestlet.js RESTlet in NetSuite to the latest version. | Use Help…Toggle Developer Tools and choose the Console tab for a better formatted error message.
I've deployed the latest Restlet and the error persists, any headers what I might have done wrong? Thanks in advance!
Solved the problem. The error message was quite miss leading as the RESTlet was up to date. There should be an error message when authentication fails as that was what caused my error. My password contained symbols that caused the authentication to fail, in my case I believe it was
=
. Hopefully this will be some help for someone in the future!