See: Description
Class | Description |
---|---|
GDriveClientFactory |
Factory for Google Drive clients.
|
GDriveClientWrapper |
Wraps a Google Drive client.
|
GDriveFileNameParser |
Implementation for Google Drive.
|
GDriveFileObject |
Represents a Google Drive file or folder.
|
GDriveFileProvider |
A provider to access the files hosted by Google Drive.
|
GDriveFileSystem |
Represents the files hosted by Google Drive.
|
GDriveFileSystemConfigBuilder |
The config builder for the various Google Drive configuration options.
|
File revisions are currently not supported by Commons VFS and neither by VFSLib including the Google Drive provider.
Please setup a project and application in the Google® Cloud Console first. Don't forget to have the Drive API enabled for your project registered from within the Cloud Console. All necessary parameters for the Google Drive provider including the access token are provided by Google.
The Drive API logs using the standard Java logging mechanism (no log4j or alike). The requests are only logged from level CONFIG, so you need to change to INFO or below to suppress this logging.
It is perfectly possible for Google Drive to store files named like "part1/part2" including slashes which are not allowed on other (VFS) filesystems and neither for URLs like http://... You should avoid creating such files or folders on Google Drive and you're on your way. Not every feature of a system should be used indeed.
Copyright © 2005-2024 Leisenfels GmbH. All rights reserved.