Documentation ¶
Overview ¶
Package gdrive provides the storage service implementation for Google Drive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGService ¶
func NewGService(parent, indexCacheFile string, oauth *google.Service, readerCache interf.Cache, debugLog bool) interf.Service
NewGService returns an interface to Google Drive. The parent specifies the folder with the active files. If the value is "root" or empty, the root directory of Google Drive is used. indexCacheFile is used to speed up Update. readerCache=nil disable the cache for ReaderAt() and MultiReaderAt()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.