java - Upload encrypted Word document to Google Cloud storage -


i have created java desktop application stores encrypted files on desktop. have been tasked uploading word document encrypted application store on google cloud storage (free personal google cloud storage account).

is possible, jar files needed , coding connect google cloud storage achieve this? or there better way of going doing this?

you need store blob in google cloudstorage, can view configuration here:

https://cloud.google.com/appengine/docs/java/blobstore/

for pourpouse , if have control on google account configuration, can upload documents drive account of app using drive api app engine, conmmunication it´s encripted it´s easier implement. problem have use allowed authentication oauth2


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -