msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
Microsoft Graph client library for Python
Hello Team , I would like to get sample code largefileupload task to send mail and upload file in the onedrive/sharepoint placed in samples folder or updated in ms documentation....
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_. Switched docs theme...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16 to node20 by @Nishnha in dependabot/fetch-metadata#443 👈 this...
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 6.8.0 to 7.1.0. Changelog Sourced from importlib-metadata's changelog. v7.1.0 Features python/cpython#114664 Bugfixes Make MetadataPathFinder.find_distributions a classmethod for consistency with CPython. Closes #484. (#484) Allow MetadataPathFinder.invalidate_caches to be...
**Describe the bug** `AttributeError: 'Request' object has no attribute 'options'` when trying to get DriveItem content. **To Reproduce** Steps to reproduce the behavior: ```python data = await client.drives.by_drive_id(drive_id).items.by_drive_item_id(item_id).content.get() ``` **Expected...
Request is successful when calling the MSGraph Excel API - but the additional_data field is always empty. Calling the Excel Graph API to read Excel workbook table rows. This is...
The version published on pypi is v0.2.2 from July 2021. That version works with the samples in this repo. The most recent release on github is v1.0.0, presumably coinciding with...
**Environment** - Python Version: Python 3.10 - msgraph-core version: - OS: Windows 10 **Describe the bug** msgraph-sdk install fails because path is too long. **To Reproduce** pip install msgraph-sdk **Expected...
Users are confused by the current status of sdk. it looks like (from public info), that msgraph-sdk is deprecrated, but still DOcumentation and tutorial exists about it on Microsoft learn....
https://microsoftgraph.github.io/msgraph-sdk-design/content/BatchRequestContent.html We should also be able to support batching collection like on the .NET SDK.