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
Related
We have a case where we need to retrieve sharePoint Document details for particular record in Microsoft CRM, we need exactly two information from the record which are the filename and regardingobjectid (to whom this document belongs to).
I found this post:
https://mscrm16tech.com/2020/09/09/get-sharepoint-document-details-for-particular-record-in-ms-crm-using-fetchxml/
I followed the same approch and i used the fetchXML in c# console program it worked as expected but the probleme when I created an API in azure APIM which will communicate with dynamics to get the results of the fetchXML, here is the policy that I have created:
When I test the API I get this error message (statuscode 500)
NOTE: I checked the URL in the browser (with the same fetchXML) and it worked without a problem also the authorization token was added successfully! also I get the same problem when I tested it in Postman.
What is the problem? I really don't know what to do here, any help will be appreciated.
I am using elastic cloud on V7.16.2. I am trying to generate a PDF report out of elastic search Kibana dashboard. I am able to queue the report but in the PDF report is see below text only.
{statusCode: 404, error: "Not Found", message: "Not Found"}
Report generation was working fine for the same dashboard and using the same user few days back. I have verified the permissions and it has "reporting" role attached to the user.
Few observations
Other users with exactly same permissions are able to generate report for the same dashboard.
The user is able to generate PDF report on different dashboard.
I checked if the user has some limitation on number of reports on particular dashboard, But it don't see any such property for elastic cloud.
any idea what's wrong here?
PS: I have also posted same problem on elastic cloud community but creating here to get more reach-ability. You can find that here
I was told Google Supporters monitor this forum, so I hope you can help:
I am unable to perform actions with the Youtube Data API, I get a "Quota Exceeded" error every time. I only use it for testing and only perform a single task like "Create Playlist". OAuth Authorization worked fine. Tried creating an additional project - same result. I found the Quotas tab in my Settings but I can only see BigQuery stuff, not anything related to the Youtube API
Testing with the sample from here:
https://developers.google.com/youtube/v3/code_samples/dotnet#create_a_playlist
I did of course do my research, but none of the other questions offered a solution.
How do I solve this?
This is probably the stupidest question, but I cannot find any answer in Google's own docs:
Question: Is there a way to view detailed error reports in Google's API console?
Details: I am using the Google Drive API to view and create files, and in the Google API console I can view metrics that show me error counts by API method, by response code, etc. But just knowing I have a bunch of "4xx" errors does not help me much, especially when the errors are sporadic. Is there any detailed logging available for the Google API that might help me see more specifically what went wrong when these errors popped up? It seems like this info should be somewhere (they bothered to make the nice plot showing when the errors occured, just no details on what the error was...) but I can't find how to access it.
Edit: To clarify, I am not asking how to log items myself, but how to access the existing logs generated by Google API Console.
Edit: My initial guess was to check the Google Logs Explorer, but everything in the Dashboard tab reports "No data is available for the selected time frame", and any queries I make appear to return empty.
Google API gave this error:
Error occurred while sending a direct message or getting the response.
This occurred at this line:
request.Upload();
How do I fix this?
Check the quickstart guide from the Google Drive SDK docs to learn how to upload a file to Google Drive:
https://developers.google.com/drive/quickstart