Module: Multiwoven::Integrations::Source::GoogleDrive
- Includes:
- Core
- Defined in:
- lib/multiwoven/integrations/source/google_drive/client.rb
Defined Under Namespace
Classes: Client
Constant Summary collapse
- FIELDS =
"files(id, name, parents, mimeType, fileExtension, size, createdTime, modifiedTime), nextPageToken"- MAX_PER_PAGE =
1000- MIMETYPE_GOOGLE_DRIVE_FOLDER =
"mimeType = 'application/vnd.google-apps.folder'"