Is there a way to programmatically set a google-drive-file as offline available? I can’t find a way in the API and always have to use a google-frontend (on web or android) to do so.
If there is a way, please sketch out the solution.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The file update parameters do not include the offline access option https://developers.google.com/drive/v2/reference/files/update
There’s an accesstype option for the authorization to be set to offline, but I do not think it has to do anything with the file access.