Skip to content

kinok/GoogleDriveList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Drive list

This project allows to list all file from your google drive account.

Requirement

  • Get composer, and then ./composer.phar update
  • Create an API OAuth Customer ID on google dev console & generate a P12 key.
  • Create a config.ini based on config.example.ini

Work with it

Usage ./GoogleDriveList gdl:list -c config.ini -o result.csv [-a header]
	--configFile=|-c config.ini : config file (ini format)
	--outFile=|-o result.csv : result file (csv format)
	--additionalReturn|-a header : additional header to be return (this can be repeated several times), full list below :
			headRevisionId
			iconLink
			id
			kind
			lastModifyingUserName
			lastViewedByMeDate
			markedViewedByMeDate
			md5Checksum
			mimeType
			modifiedByMeDate
			modifiedDate
			openWithLinks
			originalFilename
			ownerNames
			quotaBytesUsed
			selfLink
			shared
			sharedWithMeDate
			thumbnailLink
			title
			version
			webContentLink
			webViewLink
			writersCanShare

About

Fetch all file in google drive & export them in a csv file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages