Update README.md
This commit is contained in:
parent
37934271e6
commit
db6c244c92
|
@ -7,13 +7,21 @@ This sample access drives from OneDrive and navigate between his content using *
|
||||||
**[FileList](https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/f8b8aa81d00bf426b94ee5016d511bc78b36e152/stories/components/fileList.stories.js#L136)** control allow to load files base on graph querys or parameters ids.
|
**[FileList](https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/f8b8aa81d00bf426b94ee5016d511bc78b36e152/stories/components/fileList.stories.js#L136)** control allow to load files base on graph querys or parameters ids.
|
||||||
|
|
||||||
### Retrieve Sites with drives associate
|
### Retrieve Sites with drives associate
|
||||||
|
|
||||||
![Demo](./Assets/OneDrivefinderSample1.PNG)
|
![Demo](./Assets/OneDrivefinderSample1.PNG)
|
||||||
|
|
||||||
### Navigate between folders and Breadcrumb
|
### Navigate between folders and Breadcrumb
|
||||||
|
|
||||||
![Demo](./Assets/OneDrivefinderSample2.PNG)
|
![Demo](./Assets/OneDrivefinderSample2.PNG)
|
||||||
|
|
||||||
## Used SharePoint Framework Version
|
|
||||||
|
|
||||||
![version](https://img.shields.io/badge/version-1.11-green.svg)
|
## Compatibility
|
||||||
|
|
||||||
|
![SPFx 1.11](https://img.shields.io/badge/SPFx-1.11.0-green.svg)
|
||||||
|
![Node.js LTS 10.x](https://img.shields.io/badge/Node.js-LTS%2010.x-green.svg)
|
||||||
|
![SharePoint Online](https://img.shields.io/badge/SharePoint-Online-yellow.svg)
|
||||||
|
![Teams N/A: Untested with Microsoft Teams](https://img.shields.io/badge/Teams-N%2FA-lightgrey.svg "Untested with Microsoft Teams")
|
||||||
|
![Workbench Hosted: Does not work with local workbench](https://img.shields.io/badge/Workbench-Hosted-yellow.svg "Does not work with local workbench")
|
||||||
|
|
||||||
## Applies to
|
## Applies to
|
||||||
|
|
||||||
|
@ -53,7 +61,7 @@ Version|Date|Comments
|
||||||
## Grant the service principal permission to the Microsoft Graph API
|
## Grant the service principal permission to the Microsoft Graph API
|
||||||
|
|
||||||
Once installed, the solution will request the required permissions via the **Office 365 admin portal > SharePoint > Advanced > API access**.
|
Once installed, the solution will request the required permissions via the **Office 365 admin portal > SharePoint > Advanced > API access**.
|
||||||
If you prefer to approve the permissions in advance, for example when testing the solution in the Workbench page without installing it, you can do so using Office 365 CLI:
|
If you prefer to approve the permissions in advance, for example when testing the solution in the Workbench page without installing it, you can do so using the [CLI for Microsoft 365](https://pnp.github.io/cli-microsoft365/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
o365 spo login https://contoso-admin.sharepoint.com
|
o365 spo login https://contoso-admin.sharepoint.com
|
||||||
|
@ -72,4 +80,5 @@ This extension illustrates the following concepts:
|
||||||
- **[FileList](https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/f8b8aa81d00bf426b94ee5016d511bc78b36e152/stories/components/fileList.stories.js#L136)** control allow to load documents base on graph querys or parameters ids.
|
- **[FileList](https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/f8b8aa81d00bf426b94ee5016d511bc78b36e152/stories/components/fileList.stories.js#L136)** control allow to load documents base on graph querys or parameters ids.
|
||||||
|
|
||||||
|
|
||||||
|
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-onedrive-finder" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue