I am creating an application which uses user's Google Drive space to stores application's backup. As i am a beginner, i am having trouble understanding Google Drive android API.
I check several examples android Quick Start and Google Drive android API documentation but didn't got any proper solution.
My application simply needs to perform following operations-
- Create a file in a particular folder on Google Drive
- download that file for modification
- modify the content and then upload it back on Google Drive