Skip to content

This project is showing how you can use Microsoft Graph in your Angular project. It enables us to view, delete and download Onedrive files. The project uses Microsoft MSAL library to login.

Notifications You must be signed in to change notification settings

pradumn203/Microsoft-Graph-API-Onedrive

Repository files navigation

Microsoft Graph Onedrive API - Angular JS!

For Ziroh Labs EWL Project

Created By :-

This project is showing how you can use Microsoft Graph in your Angular 4 project.

Microsoft Graph gives you power to interact with Excel, Outlook, OneDrive, OneNote, Planner, Azure AD, SharePoint, etc.

What this project does

It shows how you can Mircosoft Graph to login with a Microsoft account and access one drive files.

Once you login, it shows all your onedrive files and folders.

You can download any file you want by just clicking on it.

How to run

This project was generated with Angular CLI. Use npm start or ng serve to run. Navigate to http://localhost:4200/.

How to create a project by yourself

To create your app, you need get an App ID at https://apps.dev.microsoft.com/.

Configure the app with the permissions you need. Check Allow Implicit Flow. Update Redirect URLs.

This demo needs Files.ReadWrite.All permissions. The Redirect URLs are http://localhost:4200, http://localhost:4200/home.

Some of these info also need to be set up in the app config file.

Learn More

To learn more about Microsoft Graph, please check this document.

About

This project is showing how you can use Microsoft Graph in your Angular project. It enables us to view, delete and download Onedrive files. The project uses Microsoft MSAL library to login.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published