DEV Community

Discussion on: Using Google drive in a C# application

Collapse
 
theonlybeardedbeast profile image
TheOnlyBeardedBeast • Edited

Thank you, I think you are right, but the package has no other option to load the credentials, or I didn't find any other way. But for example, we can extend and override the FileDataStore class (github.com/googleapis/google-api-d...) where we can implement some custom logic to encrypt/decrypt our file, but that's just an idea. I have to be honest I am more a frontend guy than a backend guy and I think security is one of the topics where I need to improve.