You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter a name for your app, choose account type Accounts in any organizational directory (Any Azure AD directory - Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox), select Web in Redirect URI, then type (be careful when copying and pasting) http://localhost:8080/onedrive (or your custom url where collector will be available + /onedrive suffix) and click Register. Copy and keep the Application (client) ID - this is your CLIENT_ID.
Under manage select Certificates & secrets, click New client secret. Enter a description (can be anything) and set Expires to 24 months. Copy and keep that secret Value - this is your CLIENT_SECRET.
Under manage select API permissions, click Add a permission and select Microsoft Graph then select delegated permissions.
Search and select the following permissions: Files.Read, offline_access and User.Read. Once selected click Add permissions at the bottom.