This code runs fine with the scope \"https://www.googleapis.com/auth/drive\"
File folderEntry = drive.files().get(\"XXXXj0_srDPPGUEtHaVYtZFljMEk\").execute(); St
I too get the same error. However this workaround does get all the children of a folder I created, until google fixes the query issue I suppose.
ChildList list = service.children().list(FILEID).execute();