Klikat Screen Recorder

Set up Google Drive upload

Klikat uploads to your Drive with your credentials — there's no Klikat server in between. That means creating a Google Cloud project once, about ten minutes.

  1. Create a project

    console.cloud.google.com › project dropdown › New project. Call it Klikat. Nothing here costs money.

  2. Turn on the Drive API

    APIs & Services › Library › search Google Drive API › Enable.

  3. Configure the consent screen

    APIs & Services › OAuth consent screen (newer consoles call this Google Auth Platform).

    FieldValue
    User typeExternal
    App nameKlikat Screen Recorder
    Support & developer emailyour email
    App home pagehttps://klikat.com
    Privacy policyhttps://klikat.com/screenrecorder/privacy.html
    Authorized domainklikat.com
    Scopehttps://www.googleapis.com/auth/drive.file

    drive.file is a non-sensitive scope: it only grants access to files the app itself creates, so it needs no Google verification review.

    Set the publishing status to "In production", not Testing. While the consent screen is in Testing, Google expires the refresh token after 7 days, so Klikat would lose access every week. Publishing removes that limit — with only drive.file you can publish straight away. Google asks for the homepage, privacy policy and a domain you've verified in Search Console, which is why those fields are filled in above.

  4. Create the OAuth client

    APIs & Services › Credentials › Create credentials › OAuth client ID.

    • Application type: Desktop app — this is the important bit, it enables the loopback sign-in Klikat uses
    • Name it Klikat on Mac
    • Copy the Client ID and Client secret

    A desktop client's "secret" isn't really secret — Google's own documentation says installed apps can't keep one — which is why Klikat asks for yours instead of shipping one. It's stored in your macOS Keychain.

  5. Connect Klikat

    Settings › Upload › Google Drive:

    • Paste the Client ID and Client secret
    • Click Connect Google Drive — your browser opens
    • Choose your account and allow access
    • The browser says you can close the tab, and Settings shows the connected account

    Then set the Folder (default Klikat Recordings). Klikat creates it on the first upload. Turn on year/month subfolders for Klikat Recordings › 2026 › 09.

If something goes wrong

Still stuck? Email [email protected].