My Stuff
Comments
-
Hello Richard Here is a screenshot:
-
That is correct, I get the same internal 500 server error when removing the plus sign as well. I am not sure what you mean by the result, I used pipedream which just shows the request and doesn't output anything as it's a third party webhook software. The result from Zapier is just that internal server error. I have tried…
-
Hello @Richard James Uri-Oracle I tried the provided links and nothing seemed to work. When I sent a POST request to pipedream, it was successful which indicates something incorrect in the payload to the host site (NetSuite). Here is the request: Everything looks correct except potentially the user agent and my JWT token.…
-
Hello @Richard James Uri-Oracle, Here is the screenshot I tried a different browser to run this code within Zapier and still got the same error. Here is my javascript code that generates the JWT token: const base64UrlEncode = (data) => { return Buffer.from(data).toString('base64').replace(/=/g, '').replace(/\+/g,…
-
Yes I believe it does, however when I generate a JWT token and pass it through the following request: I get error "server_error (HTTP Status Code: 500)" Here are my inputs Any ideas why?
-
Hello again I got Zapier to authenticate only when I logged out the authorize.nl URL below, rather than through their built in software.…
-
Thanks @Richard James Uri-Oracle, I got it to move forward however now I am seeing this error: Not sure if this is within zapier or NetSuite.
-
Hello I am sending in authorization code and getting this error. Is code_verifier optional or required? How do I know it's one of these other issues besides the invalid grant type listed under invalid grant type? Any of the following conditions can cause the invalid_grant error to occur: The authorization code is invalid,…
-
This is what I see when I try to authenticate:
-
No @Nicole Mendoza-Oracle , thank you
-
Hello @Nicole Mendoza-Oracle Because it's a third party app, I am unable to get the search query because it is built in behind the UI. I am able to proceed with the other connector however! I appreciate your help!
-
Thank you, I tried adding that permission to my new role and it still is giving the same error. I was able to successfully connect using another NetSuite connector however. Thanks
-
Hello @Nicole Mendoza-Oracle That worked! Thank you for your help and patience!
-
Thank you, I will take a look!
-
Hello @Nicole Mendoza-Oracle Good morning, I apologize, I was out last week. Can you help me identify what all the necessary parameters are for this request? My understanding was I needed 2 calls, one to generate the JWT token and then another to generate the client credentials. Here are the headers/parameters I have:…
-
I used this website to create a signature but I still get unsupported grant type when I send the request through: https://jwt.io/
-
Hello @Nicole Mendoza-Oracle I was having trouble following this documentation as I am not familiar with certificates. What are the steps involved for this portion of the setup? https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_162686838198.html#subsect_162755332391#Certificate%20Conditions
-
Hello @Nicole Mendoza-Oracle again, sorry I hit send too soon. I have reviewed the documentation and what I realized last week is I need the machine to machine instructions for how to get this bearer token from Netsuite. Currently I am getting "unsupported grant type". But the documentation for this does not call for this…
-
Hello @Nicole Mendoza-Oracle, I apologize for the delay. I am reviewing the posts now and will look into the documentation provided. Thanks!
-
Hello @Nicole Mendoza-Oracle I am building this URL for oauth 2.0 auth and it works in the browser however when I'm trying to authenticate against code, it just returns the HTML page, how do I access the token using oauth 2.0 as a developer using code?…
-
Also, to clarify, I am trying to get a bearer token using oauth 2.0 authentication
-
Hello @Nicole Mendoza-Oracle Thanks for that, I have a better understanding of the process now however I am still getting invalid login attempt. { oauth_consumer_key : "KEY", oauth_signature_method : "HMAC-SHA256", role : "1000", oauth_timestamp : "1700573728729", oauth_nonce : "ppVN3MZfYYmvOxVtjl+t8SUEfqw=", oauth_version…
-
Hello @Nicole Mendoza-Oracle again, Thanks for the help. I got it to work, it was on a GET instead of a POST. I do have a question about the access token, since it expires, how do I handle that in my code? Do I need to make a request for an access token each time I want to reach a Netsuite endpoint? Thanks
-
Hello @Nicole Mendoza-Oracle, I got past the invalid login attempt by using "inherit from parent", now I am trying to figure out how to execute my SuiteScript which was taken from https://timdietrich.me/blog/netsuite-suiteql-query-api/ If you do have advice on the format of this request, it would be appreciated! Otherwise,…
-
I was able to add a permission to my deployed script and now I get the following error:
-
Hello Nicole Thank you for that information. It appears that the wrong Access token URL was being used: this is the correct one for future reference "https://123456.suitetalk.api.netsuite.com/services/rest/auth/oauth2/v1/token"
-
Can anyone address my concern? I would think it's a simple question with very little documentation to it that I can find. We do have a support contract we pay for so I would like to escalate this issue somehow if this cannot get resolved through this forum.
-
It would be helpful to know the different {{restservice}} and {{version}} variables for the below access token URL with regard to NetSuite: {{proto}}://{{account}}.{{suitetalkapi}}.{{nsdomain}}/{{restservice}}/auth/oauth2/{{version}}/token
-
All it says is Error: Could not complete OAuth 2.0 token request
-
Hello again I am now getting Authentication failed with no failures in the login audit trail. Any ideas? Thanks