msgraph-sdk-go
msgraph-sdk-go copied to clipboard
Microsoft Graph SDK for Go
When I try to create a new team along with a new private channel, the channel is hidden & set to a `standard` membership type. ```go reqBody := graphmodels.NewTeam() displayName...
@rkodev we need the "include-v-in-tag" to be set to true, sorry for not caching that earlier. https://github.com/googleapis/release-please/blob/656b9a9ad1ec77853d16ae1f40e63c4da1e12f0f/schemas/config.json#L81 https://github.com/microsoftgraph/msgraph-sdk-php/pull/1532/files#diff-c55d4dcb68c348b2c06d263819702fbce72eeeb35b662956d02049a5a18fcf2bR13 _Originally posted by @baywet in https://github.com/microsoftgraph/msgraph-sdk-go/pull/713#discussion_r1613409516_
This may be expected, but the error I received was surprising and feels like it should not be presented to the user for this particular request. The request I made...
Given the following function where we cache the creation of the client to avoid re-creating the client for each request we do to the graph we are getting the following...
I have an RFC 5322-formatted message, and I'm trying to `POST` it to the `/users/{id | userPrincipalName}/mailFolders/{id}/messages` endpoint. Per [the docs for that API](https://learn.microsoft.com/en-us/graph/api/user-post-messages?view=graph-rest-1.0&tabs=go), that is possible when `POST`ing a...
When I get the list of maganed devices using the sdk i can see all the info there and once I serialize it using the built in function it loses...
Hi, I'm working on a service that will automatically upload files that a user has requested periodically to their OneDrive. While I've managed to get this working for users with...
Hello, I find this library rather hard to use and noticed that the basic examples as documented are not working. For example the following snippet in your README documents the...
In MS Windows I'm getting a bunch of errors because the file names are too long: rror: unable to create file storage/filestorage_containers_item_drive_list_items_item_getactivitiesbyintervalwithstartdatetimewithenddatetimewithinterval_get_activities_by_interval_with_start_date_time_with_end_date_time_with_interval_request_builder.go: Filename too long error: unable to create file...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR.