user1478236
user1478236

Reputation: 1

Google Drive API Share event

I have an application that provides protection through encryption to files. One of my clients requested that I shall add an ability to his Google Drive to protect documents once they are downloaded from his account. The scenario is as following: - My client uploads files (documents, excel sheets etc.) into his google drive account. - My client send share invites to his peers. - My client peers can view the files online, and they can download the files. - When my client peers try to downloade the files, I need to capture a download event, protect the file and then continue with the download process.

I searched everywhere but cannot find an answer that is even close to what I need to acheive.

Your'e help is much appreciated.

Upvotes: 0

Views: 116

Answers (1)

Dan McGrath
Dan McGrath

Reputation: 42018

Unless they are downloading the files through your application, you cannot intercept requests like this.

Your only option is to have them protected in Drive before they are shared/downloaded.

Upvotes: 1

Related Questions