Local desktop application
The application runs on the user's computer. Video files are selected locally and uploaded directly to YouTube through the YouTube Data API.
A desktop application for uploading video files to YouTube channels that have been explicitly authorized by their owners or authorized users. The application uses Google OAuth 2.0 and the YouTube Data API v3.
Mind Energy Publisher allows a user to:
Mind Energy Publisher only performs actions for a YouTube channel after the user has explicitly authorized access through Google OAuth.
The application runs on the user's computer. Video files are selected locally and uploaded directly to YouTube through the YouTube Data API.
Authentication and consent are handled by Google. Mind Energy Publisher never asks for or receives the user's Google Account password.
The application requests Google OAuth permissions required for its YouTube Data API operations. Access is granted only after explicit user consent.
Mind Energy Publisher requests the following Google OAuth scopes. Each permission is used for a specific YouTube Data API function provided by the application.
youtube.readonlyhttps://www.googleapis.com/auth/youtube.readonly
This read-only permission is used with channels.list and
mine=true to identify the YouTube channel associated with
the current OAuth authorization. Mind Energy Publisher compares that
channel with the intended channel before uploading, helping prevent a
video from being published to the wrong YouTube or Brand Account channel.
youtube.force-sslhttps://www.googleapis.com/auth/youtube.force-ssl
This permission is used for user-requested video management operations,
including setting a custom thumbnail with thumbnails.set
and updating video metadata or publishing settings with
videos.update.
Although this OAuth scope can technically permit broader YouTube actions, including access to ratings, comments, and captions, Mind Energy Publisher does not use those capabilities unless such functionality is explicitly provided by the application and initiated by the user.
youtube.uploadhttps://www.googleapis.com/auth/youtube.upload
This permission is used to upload video files selected by the user to
the verified YouTube channel through the YouTube Data API, including
uploads performed with videos.insert.
The website at mind-energy.pro provides information about the application. Video uploads themselves are performed by the desktop application through Google's YouTube Data API.
For questions about the application, OAuth authorization, privacy, or access to Google user data, please contact the support address above.