Optional YouTube integrationНеобязательная интеграция с YouTube
How Pickle uses Google and YouTube dataКак Pickle использует данные Google и YouTube
Pickle works without a YouTube account. Access starts only after you choose “Connect YouTube” and approve Google’s consent screen.Pickle работает без аккаунта YouTube. Доступ начинается только после выбора «Подключить YouTube» и подтверждения на экране согласия Google.
01
Data accessedКакие данные доступны
Your YouTube channel ID, title and avatar; the authorization and refresh token; and data for broadcasts, streams and live chat needed for features you request.ID, название и аватар вашего YouTube-канала; токены авторизации и обновления; данные эфиров, потоков и чата, необходимые для запрошенных вами функций.
02
Exact actions Pickle performsТочные действия Pickle
When you tap “Go live to YouTube” in the app, Pickle calls the YouTube Data API to: create a live broadcast and a matching live stream on your channel and bind them (liveBroadcasts.insert, liveStreams.insert, liveBroadcasts.bind); set the title, description, privacy status and “made for kids” flag you chose (liveBroadcasts.update); upload the custom thumbnail you selected (thumbnails.set); read and, when you use a moderation action, delete live chat messages (liveChatMessages.list, liveChatMessages.delete); transition the broadcast to live and then complete it when you end the stream (liveBroadcasts.transition); and, once when you first connect, clear the channel’s legacy video watermark if you enable that setting (watermarks.unset). No action happens unless you trigger it from the Pickle UI.При нажатии «Начать эфир на YouTube» Pickle вызывает YouTube Data API, чтобы: создать эфир и соответствующий поток на вашем канале и связать их (liveBroadcasts.insert, liveStreams.insert, liveBroadcasts.bind); задать выбранные вами название, описание, статус приватности и отметку «для детей» (liveBroadcasts.update); загрузить выбранную обложку (thumbnails.set); читать и, при вашем модераторском действии, удалять сообщения чата (liveChatMessages.list, liveChatMessages.delete); перевести эфир в статус «в эфире», а затем завершить его при остановке трансляции (liveBroadcasts.transition); и один раз при первом подключении снять устаревший водяной знак канала, если вы включили эту настройку (watermarks.unset). Ничего не выполняется без вашего действия в интерфейсе Pickle.
03
Why read-only access is not enoughПочему доступа «только чтение» недостаточно
youtube.readonly cannot create, configure, start or stop a broadcast, cannot set the stream’s privacy or “made for kids” status, cannot upload a thumbnail, and cannot delete a live chat message — every one of these is a core, user-visible function of Pickle’s “Go live to YouTube” and chat-moderation features. youtube.upload only covers uploading pre-recorded videos and does not cover live broadcasts, live streams or live chat at all. The YouTube Data API does not offer a scope narrower than youtube / youtube.force-ssl that still permits managing live broadcasts and moderating live chat, so this is the minimum scope that supports the features described in card 02.youtube.readonly не позволяет создавать, настраивать, запускать и останавливать эфир, задавать приватность или отметку «для детей», загружать обложку и удалять сообщения чата — а это основные, видимые пользователю функции «Начать эфир на YouTube» и модерации чата в Pickle. youtube.upload охватывает только загрузку готовых видео и не относится к эфирам, потокам и чату. В YouTube Data API нет более узкой области, чем youtube / youtube.force-ssl, которая по-прежнему позволяла бы управлять эфирами и модерировать чат — поэтому это минимальная область, поддерживающая функции из карточки 02.
04
Your controlВаш контроль
Pickle does not sell Google API data or use it for advertising, and only acts on your channel when you trigger a specific action in the Pickle UI. You can disconnect YouTube in Pickle or revoke access in Google Security Settings at any time; disconnecting deletes the stored token immediately.Pickle не продаёт данные Google API, не использует их для рекламы и действует на вашем канале только при вашем действии в интерфейсе Pickle. YouTube можно отключить в Pickle или в настройках безопасности Google в любое время; при отключении сохранённый токен удаляется немедленно.