Skip to content

moviemaker.rb fails on GoogleDrive.login #7

Open
@danrademacher

Description

@danrademacher

I just tried to make a movie from the Rim Fire images at request of USFS, and it looks like the changes @kueda made to fireslurp.rb for oauth maybe need to happen in moviemaker.rb too.

Error looks like this:

moviemaker.rb:91:in `download_images': undefined method `login' for GoogleDrive:Module (NoMethodError)
    from moviemaker.rb:200:in `<main>'

Line 91:

  session = GoogleDrive.login(GOOGLE_EMAIL, GOOGLE_PASSWORD)

I suspect the changes to fireslurp.rb in this commit need to be done in moviemaker.rb as well (or some variation of same)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions