Image-only posts fail at the API
YouTube accepts video uploads, not standalone images. Schedulers that treat YouTube like Instagram send broken payloads and return confusing 422 errors.
YouTube is video-only: text posts fail. Content Drifter generates titles and descriptions, validates Shorts vs long-form specs, and rejects image-only uploads at the boundary so you get actionable errors instead of API 422s.
Publish to 9 platforms with one workflow
YouTube accepts video uploads, not standalone images. Schedulers that treat YouTube like Instagram send broken payloads and return confusing 422 errors.
Shorts require vertical 9:16 video ≤60 seconds with #shorts in the description. Long-form allows up to 12 hours. Mixing them wastes upload quota.
The first 100 characters become the title; the full post becomes the description up to 5,000 characters. Writing both separately doubles production time.
The publish pipeline rejects image-only YouTube posts at the boundary with a clear error, before Outstand or YouTube returns an opaque failure.
Short content type enforces ≤60 s vertical video and can auto-append #shorts via youtubeConfiguration.
YouTube is available on every plan including Free. Hands-off auto-publishing of a scheduled upload starts on Starter ($19/mo).
Connect your channel through Google OAuth with youtube.upload scope. Set default privacy and category per channel.
Every limit below comes from our platform-rules source of truth, the same validator the publish pipeline uses before dispatch.
YouTube meters API access in quota units rather than request counts, and uploads are expensive. The connection records the channel and the pipeline spends quota deliberately, so a batch never strands half-uploaded.
A Short has to be vertical and under the length ceiling to be treated as one, and a title over the limit is rejected at upload. Both are validated at draft time, along with the description and tag limits.
Video upload is resumable, so a dropped connection resumes instead of restarting. The video is staged and then made public at the slot, which means the publish moment is exact rather than whenever the upload happened to finish.
On Pro, connect YouTube from Platforms via Google OAuth, attach an MP4/MOV/WebM video in Final Review, and schedule or publish. Title is derived from the first 100 characters of your content.
Yes. Select the Short content type for vertical video ≤60 seconds. The validator enforces duration and format; #shorts can be appended automatically.
YouTube's API is video-only. Content Drifter blocks image-only YouTube publishes intentionally so you fix the media before scheduling instead of debugging a 422 later.
Uploading via the official YouTube Data API with user-authorized OAuth is permitted. You retain ownership; Content Drifter acts as your scheduling client.
MP4, MOV, and WebM per PLATFORM_RULES. Maximum file size follows YouTube's 256 GB API cap; Shorts are capped at 60 seconds.
YouTube auto-publishing is included on the free plan, like every other network. Upgrade when you need more volume, not more platforms. No credit card to start.
Publish to 9 platforms with one workflow