aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-02-221.4.0 download linksPetter Rasmussen
2015-02-22Version 1.4.0Petter Rasmussen
2015-02-22Support recursive directory uploadsPetter Rasmussen
2015-02-22Strip debugging informationPetter Rasmussen
2015-02-22Update import pathPetter Rasmussen
2014-09-251.3.0 download linksPetter Rasmussen
2014-09-25Version 1.3.0Petter Rasmussen
2014-09-25Merge pull request #26 from treeder/masterPetter Rasmussen
Ability to upload a folder
2014-09-15Merge pull request #1 from treeder/upload-folderTravis Reeder
Upload folder
2014-09-15Fix ups.Travis
2014-09-15Removed logging cruft.Travis
2014-09-15Updated README.Travis
2014-09-11First attempt at uploading folders.Travis
2014-05-14Merge pull request #17 from singhsaysdotcom/masterPetter Rasmussen
Make interactive oauth authentication optional, for automation use cases
2014-05-14Actually use the option to disable the interactive prompt.Sumit Arora
2014-05-14Add an option to not prompt the user for oauth authenticationSumit Arora
interactively. This is a no-op for the cli, where the option defaults to true. Use Case: In automation apps/scripts where gdrive/gdrive is used as a third party module (as opposed to a cli app). It is desirable to not be prompted interactively. Instead return the error and let the calling code handle it.
2014-04-06v1.2.0 download linksPetter Rasmussen
2014-04-06Version 1.2.0Petter Rasmussen
2014-04-06Merge pull request #15 from feschroe/masterPetter Rasmussen
Added convert parameter
2014-04-06Added convert parameterfeschroe
Convert file to Google Docs format on-the-fly while uploading
2014-03-19Merge pull request #13 from keramidasceid/error_newlinePetter Rasmussen
Added a new line after an error occurs
2014-03-18Added a new line after an error occursVasilis Keramidas
2014-03-16Merge pull request #11 from crosbymichael/improve-error-handlingPetter Rasmussen
Return error from funcs so that defers are run
2014-03-15Return error from funcs so that defers are runMichael Crosby
If you do an os.Exit from your functions any defer's that are supposed to be run will not because the application gets terminated. Defers only run when the function returns so it is better to return the errs from your functions instead of aborting with an exit. This patch also ensures that the error messages are printed on stderr and not stdout. FYI, fmt.Print* writes to stdout while the log pkg writes to stderr.
2014-03-16Merge pull request #10 from crosbymichael/fix-go-codePetter Rasmussen
Go fmt the code and use proper imports
2014-03-15Go fmt the code and use proper importsMichael Crosby
This allows people to be able to go get your project.
2014-02-18Merge pull request #9 from nova77/mime_typePetter Rasmussen
MIME type on upload
2014-02-18Uppercase MIMENorman Casagrande
2014-02-18Added support for mime types while uploadingNorman Casagrande
2014-02-161.1.0 download linksPetter Rasmussen
2014-02-15Version 1.1.0Petter Rasmussen
2014-02-15Print file info after creating folderPetter Rasmussen
2014-02-15Add Parents field to printInfoPetter Rasmussen
2014-02-15Helper function to create a list of parent id'sPetter Rasmussen
2014-02-15Merge pull request #8 from erich-roncarolo/masterPetter Rasmussen
Folder support added
2014-02-15Merge branch 'release/1.0.3'Erich Roncarolo
2014-02-15Folder support addedErich Roncarolo
2013-12-11Binaries compiled with go1.2Petter Rasmussen
2013-11-04Update download links to 1.0.2Petter Rasmussen
2013-11-04Print markdown linksPetter Rasmussen
2013-11-04Version 1.0.2Petter Rasmussen
2013-11-04Exit with non-zero error code on errorPetter Rasmussen
2013-08-071.0.1 download urlsPetter Rasmussen
2013-08-07Version 1.0.1Petter Rasmussen
2013-08-07Merge pull request #3 from matthewhuie/masterPetter Rasmussen
Added MIME type detection during upload; Google Drive API does not correctly determine MIME type if blank
2013-08-07Added MIME type detection during upload; Google Drive API does not correctly ↵Matthew Huie
determine MIME type if blank
2013-07-24Merge pull request #2 from marksteve/patch-1Petter Rasmussen
Fix typo
2013-07-24Fix typoMark Steve Samson
2013-01-02Added special raspberry pi case to the crosscompile script. Added ↵Petter Rasmussen
drive-linux-rpi binary url.
2013-01-01Added binary upload scriptPetter Rasmussen