Package drive registers the "googledrive" blobserver storage
type, storing blobs in a Google Drive folder.
Example low-level config:
"/storage-googledrive/": {
  "handler": "storage-googledrive",
  "handlerArgs": map[string]interface{}{
    "parent_id": parentId,
    "auth": map[string]interface{}{
      "client_id":     clientId,
      "client_secret": clientSecret,
      "refresh_token": refreshToken,
    },
  },
},
			 
		 
		
	
		Index
		
		
	
	
	
	Subdirectories
	
	
	| Name |  | Synopsis | 
	
		
		| .. | 
	
	
		
			
			| service |  | Package service translates blobserver.Storage methods into Google Drive API methods. |