Skip navigation links

Package com.lf.vfslib.gdrive

Bundles the classes and resources to access Google® Drive via a Commons VFS 2.0 provider.

See: Description

Package com.lf.vfslib.gdrive Description

Bundles the classes and resources to access Google® Drive via a Commons VFS 2.0 provider.

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.

Skip navigation links


 
   Copyright © 2005-2024 Leisenfels GmbH. All rights reserved.