My goal is simple : I am developing an Android app and want to upload files on Google Drive and I also want to be able to read their properties and to download them. So is there a solution out there that doesn't use deprecated JSon objects and that can do it?
- Connect
- Read file properties (date modified)
- Download
- Upload
Thank you.