问题
I am using Google Drive API in my android app. I will use a service account as credentials. Task is to upload image on Drive and immediately get its Download URL. (I will be saving URL in firebase database)
I also want to fetch the image by using same URL later.
I have followed this answer How to upload file to google drive with service account credential
and many others.. but no luck.
来源:https://stackoverflow.com/questions/61782413/upload-and-get-download-url-of-google-drive-in-java-service-account