# Program: Accessing OneDrive via Graph API
# Author: Pranab Das (GitHub: @pranabdas)
# Version: 20191104
- Go to https://portal.azure.com
- Navigate to Azure Active Directory
- Select App Registration
- Click New Registration
- Give a name to your app, set the redirect URL, and hit Registration button.
- Note down the client ID and go to API permissions.
- Click Add permissions, select Microsoft Graph.
- Choose Delegated permission.
- We will add Files.ReadWrite.All for our purpose.
- Now go to Authentication tab, and enable Access token. Click the save button, and now we are all set to go.