I am facing a problem in deleting and inserting records in the Google sheet using Google Sheet API. Please find the error below.
Delete Range: Google.Apis.Requests.RequestError
Internal error encountered. [500]
Errors [
Message[Internal error encountered.] Location[ - ] Reason[backendError] Domain[global]
]
I am using Gsuite API in the UIPATH an RPA tool.
Where I am able to read the Data from the sheet but unable to Delete and Insert. I am sure that this problem is not on Uipath Side but the API side.
Please help