Skip to content

Commit

Permalink
update scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Sep 14, 2024
1 parent 268f179 commit 87dc60b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions breathecode/authenticate/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2030,12 +2030,11 @@ def get_google_token(request, token=None):
"scope": " ".join(
[
"https://www.googleapis.com/auth/meetings.space.created",
"https://www.googleapis.com/auth/meetings.space.readonly",
# "https://www.googleapis.com/auth/meetings.space.readonly",
"https://www.googleapis.com/auth/drive.meet.readonly",
"https://www.googleapis.com/auth/calendar.events",
# "https://www.googleapis.com/auth/calendar.events",
]
),
# "scope": "calendar.events,meetings.space.readonly,meetings.space.created,drive.readonly",
"state": f"token={token.key}&url={url}",
}

Expand Down

0 comments on commit 87dc60b

Please sign in to comment.