Emmanuel T Odeke

Results 276 comments of Emmanuel T Odeke

Thank you for raising this. I have created a PR to resolve this and look forward to your feedback when it is merged.

Hey folks so here the deal is, Sheets and other Docs file types do not populate the DownloadUrl field, however, they should populate the ExportLinks field instead. You can't download...

@obilodeau implemented here: https://github.com/odeke-em/drive

In deed it is an issue even on other *NIX derived OS-es. Previously the escape route was just doing a `mkdir -p equivalent` since you cannot ordinarily create a file...

I think this is more of an issue to do with installing go on your system than with installing Drive. If you built go from source maybe take a look...

@pdemilly Looks like it installed it. Did you remember to set your $GOPATH, as well as add your $GOPATH/bin to your $PATH (this is where the drive binary will be...

@pdemilly makes sense, since you are installing the project's root. The correct way of getting as shown in the README.MD is `go get github.com/rakyll/drive/cmd/drive` instead of just from drive, you...

To be honest, I think reinstalling go from scratch should help sort this otherwise we shall have to keep going back and forth with patching things up, in which a...

Possible duplicate of https://github.com/rakyll/drive/issues/15.

Possible duplicate of issue #11.