You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run first example (Use embedded signing), on route /ds/must_authenticate, when I choose option JSON Web Token from the list "Please choose OAuth2.0 grant type", I get error: ValueError: Could not deserialize key data.
In my opinion this error stem from wrong location of "private.key" file. Originally file is located in ./app/private.key. After I moved it to ./private.key that error doesn't appeare anymore.
ubuntu 20.04
python 3.8.5
flask 1.1.1
docusign-esign 3.6.0
The text was updated successfully, but these errors were encountered:
When I try to run first example (
Use embedded signing
), on route/ds/must_authenticate
, when I choose optionJSON Web Token
from the list "Please choose OAuth2.0 grant type", I get error:ValueError: Could not deserialize key data.
In my opinion this error stem from wrong location of "private.key" file. Originally file is located in
./app/private.key
. After I moved it to./private.key
that error doesn't appeare anymore.ubuntu 20.04
python 3.8.5
flask 1.1.1
docusign-esign 3.6.0
The text was updated successfully, but these errors were encountered: