Get childrens files from an ID folder in Google Drive
问题 I'm trying to get all the files / folders from a parent folder. I managed to get the ID of the parent folder. When I try to get the file information, I can, if I Use the ID as indicated on this page live example : https://developers.google.com/drive/v2/reference/files/get However, when I try to get any file data with the page code sample : try { File file = service.files().get(fileId).execute(); System.out.println("Title: " + file.getTitle()); System.out.println("Description: " + file