You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your library with google drive storage, however the only method to authenticate is through a plain text json file on the system. I'm currently extracting the json somewhere on the system, calling the service, then deleting the file.
Any chance of implementing some additional methods so that I can use some embedded/encrypted blobs that are loaded at runtime?
Via the FromStream or FromJson methods in GoogleCredential.
Thank you!
The text was updated successfully, but these errors were encountered:
I recently added multiple provider support for LiteX.Storage.* packages. Currently, I am working on similar features for LiteX.Cache., LiteX.Email., LiteX.Sms., LiteX.DbHelper. packages.
I am trying to use your library with google drive storage, however the only method to authenticate is through a plain text json file on the system. I'm currently extracting the json somewhere on the system, calling the service, then deleting the file.
Any chance of implementing some additional methods so that I can use some embedded/encrypted blobs that are loaded at runtime?
Via the FromStream or FromJson methods in GoogleCredential.
Thank you!
The text was updated successfully, but these errors were encountered: