Skip to content

Latest commit

 

History

History
46 lines (24 loc) · 1.84 KB

README.md

File metadata and controls

46 lines (24 loc) · 1.84 KB

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.