As we know to connect to CDS WEB API from C# application we first need to acquire access token and validity of that is 1 hour. While performing small number of requests this will be sufficient. However when we want to run long running process we will get HTTP 400 error when token expires. To… Continue reading Dynamics CRM Web API C# Auto Refresh Access Token while performing API request…
Continue Reading BIPIN KUMAR’s Article on their blog
Dynamics CRM Web API C# Auto Refresh Access Token while performing API request to CDS
As we know to connect to CDS WEB API from C# application we first need to acquire access token and validity of that is 1 hour. While performing small number of requests this will be sufficient. However when we want to run long running process we will get HTTP 400 error when token expires.
Blog Syndicated with BIPIN KUMAR’s Permission