I would like to upload a protected (encrypted) document to Google drive and have this document decrypted before online viewing. The flow of operations should be:
- Upload an encrypted document to Google Drive either via the desktop app, or directly from the Google drive portal
- Keep the uploaded document in native docx format (Google drive cannot convert it anyhow as it is encrypted)
- When trying to view the document online (open with option), have google drive connect to third party web service that shall receive the encrypted document, decrypt it and return the decrypted file to google drive for online view.
- Google drive always keeps a copy of the encrypted file only.
Is the scenario described possible?