Closed dMiracleMan closed 4 years ago
Hi @dMiracleMan As I see on your screenshot, you are using Windows... What version of SignNow.Net SDK do you use and what version of .Net Framework?
.net framework 4.7.2 signnow.net 0.5.0-beta
Pls check if you proper set values into your application configuration.
Also, check for proper sandbox Url: https://api-eval.signnow.com
, because Not found
error message more related to some issue with Url.
Please try to check if you can obtain token with your credentials using simple Curl
from API reference
Also, I need some small code sample from you to reproduce the same possible issue with token retrieval.
I had an error in the URL, but with the url fixed, now I get the following error:
I had an error in the client Id also.
This is because smth wrong with your SignNowPass
or/and clientId
working now. thank
Thanks
I'm getting error when trying to connect to the demo api.
Here is my code
string clientId = ConfigurationManager.AppSettings["SignNowClientId"].ToString(); string clientSecret = ConfigurationManager.AppSettings["SignNowClientSecret"].ToString(); string SignNowUser = ConfigurationManager.AppSettings["SignNowUser"].ToString(); string SignNowPass = ConfigurationManager.AppSettings["SignNowPass"].ToString(); string SignNowApiPath = ConfigurationManager.AppSettings["SignNowAPIPath"].ToString();