Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinok/googledrivelist
Fetch all file in google drive & export them in a csv file
https://github.com/kinok/googledrivelist
Last synced: about 1 month ago
JSON representation
Fetch all file in google drive & export them in a csv file
- Host: GitHub
- URL: https://github.com/kinok/googledrivelist
- Owner: kinok
- Created: 2015-06-08T10:24:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T12:58:12.000Z (over 9 years ago)
- Last Synced: 2023-02-26T09:06:49.002Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Drive list
This project allows to list all file from your google drive account.
#### Requirement
* Get [composer](http://getcomposer.org), and then ```./composer.phar update```
* Create an API OAuth Customer ID on [google dev console](https://console.developers.google.com) & 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
```