Skip to main content

Requirements

In order for Live Redaction to function you need 3 things:
  1. A Google Organization
  2. A valid license in https://qanapi.cloud.
  3. At least 1 classification.
Once you have this, and you have added the add on to your Google account/organization, it will work.

Converting Versions

There used to be an HTTP Endpoint version of Live Redaction. This version used Google response cards and hover mechanics to handle the encryption and decryption logic. When we upgraded to the Apps Script version, there needed to be a way to convert these older ones to the new version. The way you do this is pretty simple.
1

Copy the original URL

  1. Hover over the old style encryption.
  2. Click the "" icon. This will copy the URL to your clipboard. Copy URL
2

Paste the URL

Paste the copied URL anywhere in the document that you want it.
3

Convert to the Apps Script version

  1. Highlight your URL.
  2. Click “Detect Version” on the sidebar.
  3. In the new area at the top you will see 2 options:
    1. Encrypt: This will convert the old URL into a new encryption string. It will have the same classification color as the original encryption.
    2. Decrypt: This will convert the old URL into a plain text string of the decrypted data.
Highlight Old URLConvert URL