awacke1 commited on
Commit
9dc8b13
ยท
verified ยท
1 Parent(s): aef244f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ REDIRECT_URI = 'https://huggingface.co/spaces/awacke1/MSGraphAPI' # ๐Ÿ‘ˆ Make s
16
 
17
 
18
  # ๐ŸŽฏ Define the scopes your app will need
19
- SCOPES = ['User.Read', 'Calendars.ReadWrite', 'Mail.ReadWrite', 'Notes.ReadWrite.All', 'Files.ReadWrite.All']
 
20
 
21
  # New function to generate PKCE code verifier and challenge
22
  def generate_pkce_codes():
 
16
 
17
 
18
  # ๐ŸŽฏ Define the scopes your app will need
19
+ #SCOPES = ['User.Read', 'Calendars.ReadWrite', 'Mail.ReadWrite', 'Notes.ReadWrite.All', 'Files.ReadWrite.All']
20
+ SCOPES = ['User.Read']
21
 
22
  # New function to generate PKCE code verifier and challenge
23
  def generate_pkce_codes():