dotnet-samples
dotnet-samples copied to clipboard
.NET samples for Google Workspace APIs
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Google.Apis.Sheets.v4](https://togithub.com/google/google-api-dotnet-client) | nuget | patch | `1.57.0.2713` -> `1.57.0.2720` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Google.Apis.Admin.Directory.directory_v1](https://togithub.com/google/google-api-dotnet-client) | nuget | patch | `1.57.0.2721` -> `1.57.0.2728` | ---...
## Expected Behavior Should read the information from the sheet ## Actual Behavior Get an invalid URL error - Always crashes at ValueRange response = request.Execute(); > An exception of...

 Below is code:  authorized url: 
**Sample Name:** https://developers.google.com/drive/api/v3/quickstart/dotnet foreach (MessagePart p in emailInfoResponse.Payload.Parts) { if (p.MimeType == "text/html") { byte[] data = FromBase64ForUrlString(p.Body.Data); string decodedString = Encoding.UTF8.GetString(data); } } ## Expected Behavior Exception: An unhandled...
I have not a realy problem, but a bug in my head??? I start the Calendar sample ap with my Google "credentials.json" file... Then i debug die sample via Visual...
i have followed below documentation to create event in google calendar https://developers.google.com/calendar/quickstart/dotnet but while click on "Enable the calendar API" button in above url its asking to create new project....