Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FAQs

...

Specific

...

InvalidAuthenticationToken error

Code Block
languagetext
themeFadeToGrey
"error": {
	"code": "InvalidAuthenticationToken",
    "message": "Access token has expired."
}


This error happens when the Authentication Token has expired. This toke lasts approximately 10 minutes, so the token have to be requested again.

InvalidAuthenticationToken error

Code Block
languagetext
themeFadeToGrey
"error": {
	"code": "InvalidAuthenticationToken",
    "message": "CompactToken parsing failed with error code: 80049217"
}

This error happens when the token used is invalid, (“Bearer”+space+token )this is the correct way to pass like a parameter the token.

Can not get delta token error

Code Block
languagetext
themeFadeToGrey
"error": {
	"code": "notSupported",
    "message": "view.delta can only be called on the root."
}

This error happens when try to call delta from a children folder. This only can be supported on the root folder.

General 

Include Page
Aspire Connectors FAQ
Aspire Connectors FAQ

...