I am fairly new to Java and trying to use a Google Cloud service. When I am trying to use an explicit way to point my service account following this guide from this; https://cloud.google.com/docs/authentication/production#passing_code I already have installed requirements. However, this code throws an error as follows; I am not sure what is wrong in my setting and no luck
Tag: credentials
How to secure an SFTP password in an APK file
I’m developing an Android app which has a service to upload images/files to a FTP server. To make that possible, the app on the device has to log in into the FTP server before sending data. And here comes my problem. The user does not need to / have to know about the FTP login data. Only the app itself.