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;
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
add a comment |
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
1
You do not have command line helpers from google sdk (akagcloud
) installed / available on the path. Ruby code is just a wrapper.
– Aleksei Matiushkin
Mar 24 at 5:04
add a comment |
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
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
ruby-on-rails ruby google-api google-drive-sdk
asked Mar 24 at 2:38
David CruwysDavid Cruwys
2,18352655
2,18352655
1
You do not have command line helpers from google sdk (akagcloud
) installed / available on the path. Ruby code is just a wrapper.
– Aleksei Matiushkin
Mar 24 at 5:04
add a comment |
1
You do not have command line helpers from google sdk (akagcloud
) 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
add a comment |
1 Answer
1
active
oldest
votes
@Aleksei, you were correct, I needed to install gcloud on ubuntu
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
@Aleksei, you were correct, I needed to install gcloud on ubuntu
add a comment |
@Aleksei, you were correct, I needed to install gcloud on ubuntu
add a comment |
@Aleksei, you were correct, I needed to install gcloud on ubuntu
@Aleksei, you were correct, I needed to install gcloud on ubuntu
answered Mar 25 at 9:20
David CruwysDavid Cruwys
2,18352655
2,18352655
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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