When retrieving a list of folders (/ files with the aq parameter from: mimeType = 'application / vnd.google-apps.folder') nextLink includes any maxResults parameter that I turned on but did not include q param, so following nextLink in results included non-folders. If I try to add q param to nextLink, I get a 500 error.
How can I get a complete list of folders most efficiently? Thank.
source
share