@AnilM wrote:
Hi All,
I am using google account for logging into cloud orchestrator.As per Orchestrator API documentation ,For Adding Item to Queue using API We have to get Authentication token/access_token first by calling
URL: “https://account.uipath.com/oauth/token”
Headers
Content-Type: application/json
X-UIPATH-TenantName: [Tenant Logical Name]
Reuest Body:
{
“grant_type”: “refresh_token”,
“client_id”: “[Client Id]”,
“refresh_token”: “[User Key]”
}
I am getting all the required value from Orchestrator account>> services>> API Access
I am successfully getting the accesstokenBut while Adding data to queue using this API https://platform.uipath.com/odata/Queues/UiPathODataSvc.AddQueueItem,It is throwing error as “not Autheticated”.
While the same process works for non google account.
Seems this is not working with google account.
Any help would be helpful.
Posts: 1
Participants: 1