ruby gem 'google_drive' - No such file or directory - gcloudHow to get a random number in RubyA concise explanation of nil v. empty v. blank in Ruby on RailsHow to write a switch statement in RubyHow to make --no-ri --no-rdoc the default for gem install?Check if a value exists in an array in RubyHow can I rename a database column in a Ruby on Rails migration?How do I get the current absolute URL in Ruby on Rails?What is attr_accessor in Ruby?How to install a specific version of a ruby gem?Installing PG gem on OS X - failure to build native extension

Is "cool" appropriate or offensive to use in IMs?

Need to understand my home electrical meter to see why bill is so high and/or if neighbor is on same meter

NIntegrate doesn't evaluate

My employer faked my resume to acquire projects

Why are GND pads often only connected by four traces?

Website returning plaintext password

Did 20% of US soldiers in Vietnam use heroin, 95% of whom quit afterwards?

What was the idiom for something that we take without a doubt?

My players want to grind XP but we're using milestone advancement

Can I connect my older mathematica front-end to the free wolfram engine?

Make 24 using exactly three 3s

Why do Russians almost not use verbs of possession akin to "have"?

How to cut a climbing rope?

I know that there is a preselected candidate for a position to be filled at my department. What should I do?

Apt - strange requests to d16r8ew072anqo.cloudfront.net:80

Why does this if-statement combining assignment and an equality check return true?

Ingress filtering on edge routers and performance concerns

Ethical issue - how can I better document what is happening?

Is it possible to remotely hack the GPS system and disable GPS service worldwide?

Does pair production happen even when the photon is around a neutron?

Is the Indo-European language family made up?

Is it legal to meet with potential future employers in the UK, whilst visiting from the USA

Why would Ryanair allow me to book this journey through a third party, but not through their own website?

What is the function of the corrugations on a section of the Space Shuttle's external tank?



ruby gem 'google_drive' - No such file or directory - gcloud


How to get a random number in RubyA concise explanation of nil v. empty v. blank in Ruby on RailsHow to write a switch statement in RubyHow to make --no-ri --no-rdoc the default for gem install?Check if a value exists in an array in RubyHow can I rename a database column in a Ruby on Rails migration?How do I get the current absolute URL in Ruby on Rails?What is attr_accessor in Ruby?How to install a specific version of a ruby gem?Installing PG gem on OS X - failure to build native extension






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















I've created a new Rails 5.2, Ruby 2.5.3 Application and using gem 'google_drive'



Whenever I call the following command



@session = GoogleDrive::Session.from_config("config/google-config.json")


I get a log message




No such file or directory - gcloud




I have not had this problem with past applications and am wondering what is going on.










share|improve this question

















  • 1





    You do not have command line helpers from google sdk (aka gcloud) installed / available on the path. Ruby code is just a wrapper.

    – Aleksei Matiushkin
    Mar 24 at 5:04

















0















I've created a new Rails 5.2, Ruby 2.5.3 Application and using gem 'google_drive'



Whenever I call the following command



@session = GoogleDrive::Session.from_config("config/google-config.json")


I get a log message




No such file or directory - gcloud




I have not had this problem with past applications and am wondering what is going on.










share|improve this question

















  • 1





    You do not have command line helpers from google sdk (aka gcloud) installed / available on the path. Ruby code is just a wrapper.

    – Aleksei Matiushkin
    Mar 24 at 5:04













0












0








0








I've created a new Rails 5.2, Ruby 2.5.3 Application and using gem 'google_drive'



Whenever I call the following command



@session = GoogleDrive::Session.from_config("config/google-config.json")


I get a log message




No such file or directory - gcloud




I have not had this problem with past applications and am wondering what is going on.










share|improve this question














I've created a new Rails 5.2, Ruby 2.5.3 Application and using gem 'google_drive'



Whenever I call the following command



@session = GoogleDrive::Session.from_config("config/google-config.json")


I get a log message




No such file or directory - gcloud




I have not had this problem with past applications and am wondering what is going on.







ruby-on-rails ruby google-api google-drive-sdk






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 24 at 2:38









David CruwysDavid Cruwys

2,18352655




2,18352655







  • 1





    You do not have command line helpers from google sdk (aka gcloud) installed / available on the path. Ruby code is just a wrapper.

    – Aleksei Matiushkin
    Mar 24 at 5:04












  • 1





    You do not have command line helpers from google sdk (aka gcloud) installed / available on the path. Ruby code is just a wrapper.

    – Aleksei Matiushkin
    Mar 24 at 5:04







1




1





You do not have command line helpers from google sdk (aka gcloud) installed / available on the path. Ruby code is just a wrapper.

– Aleksei Matiushkin
Mar 24 at 5:04





You do not have command line helpers from google sdk (aka gcloud) installed / available on the path. Ruby code is just a wrapper.

– Aleksei Matiushkin
Mar 24 at 5:04












1 Answer
1






active

oldest

votes


















0














@Aleksei, you were correct, I needed to install gcloud on ubuntu






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55320282%2fruby-gem-google-drive-no-such-file-or-directory-gcloud%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    @Aleksei, you were correct, I needed to install gcloud on ubuntu






    share|improve this answer



























      0














      @Aleksei, you were correct, I needed to install gcloud on ubuntu






      share|improve this answer

























        0












        0








        0







        @Aleksei, you were correct, I needed to install gcloud on ubuntu






        share|improve this answer













        @Aleksei, you were correct, I needed to install gcloud on ubuntu







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 25 at 9:20









        David CruwysDavid Cruwys

        2,18352655




        2,18352655





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55320282%2fruby-gem-google-drive-no-such-file-or-directory-gcloud%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript