- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Yonca SDC Web google drive scope demonstration video
What is accessed and why
openid — Activates OpenID Connect, so Google returns an identity token alongside the access token. This is the foundation of any Google Sign-In flow; without it, the userinfo endpoint cannot be used.
email — Retrieves the user's Google email address (userinfo.get('email')). This is used to match the Google account to an existing Yonca user, or create a new one on first OAuth login. The email is saved to User.email and displayed in the "linked account" panel.
profile — Retrieves the user's display name (userinfo.get('name')). This is used only at account-creation time to auto-generate a username (e.g., john_doe), and is not stored afterward.
https://www.googleapis.com/auth/drive (full Drive access) — Powers all file-related operations once an account is linked:
Upload — sends files to the user's Drive when they upload course content or resources
Download — retrieves file bytes to serve content to students
List folder — browses a linked Drive folder to import its contents (list_folder_contents)
Get metadata — fetches file name, MIME type, size, and view link (get_file_metadata)
Set permissions — toggles files between public (view-only) and private (set_file_permissions)
Delete — removes app-uploaded files when an admin deletes a resource or course content item (imported files are left untouched)
Видео Yonca SDC Web google drive scope demonstration video канала Maksud Abbaszada
openid — Activates OpenID Connect, so Google returns an identity token alongside the access token. This is the foundation of any Google Sign-In flow; without it, the userinfo endpoint cannot be used.
email — Retrieves the user's Google email address (userinfo.get('email')). This is used to match the Google account to an existing Yonca user, or create a new one on first OAuth login. The email is saved to User.email and displayed in the "linked account" panel.
profile — Retrieves the user's display name (userinfo.get('name')). This is used only at account-creation time to auto-generate a username (e.g., john_doe), and is not stored afterward.
https://www.googleapis.com/auth/drive (full Drive access) — Powers all file-related operations once an account is linked:
Upload — sends files to the user's Drive when they upload course content or resources
Download — retrieves file bytes to serve content to students
List folder — browses a linked Drive folder to import its contents (list_folder_contents)
Get metadata — fetches file name, MIME type, size, and view link (get_file_metadata)
Set permissions — toggles files between public (view-only) and private (set_file_permissions)
Delete — removes app-uploaded files when an admin deletes a resource or course content item (imported files are left untouched)
Видео Yonca SDC Web google drive scope demonstration video канала Maksud Abbaszada
Комментарии отсутствуют
Информация о видео
14 июня 2026 г. 21:27:53
00:03:29
Другие видео канала
