Загрузка...

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
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять