dotnet-samples icon indicating copy to clipboard operation
dotnet-samples copied to clipboard

.NET samples for Google Workspace APIs

Results 26 dotnet-samples issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...

![err](https://user-images.githubusercontent.com/82377673/116103419-25af5780-a6e2-11eb-9afb-8170f4e6d7d5.JPG)

![image](https://user-images.githubusercontent.com/55247232/95965121-345dad80-0e27-11eb-9d5c-15b7d725df5e.png) Below is code: ![image](https://user-images.githubusercontent.com/55247232/95965269-5820f380-0e27-11eb-9196-2ed0712f375a.png) authorized url: ![image](https://user-images.githubusercontent.com/55247232/95965356-74bd2b80-0e27-11eb-9176-355a6c70e25a.png)

**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....