You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
Once the gem is installed the import fails and I get the following error:
Fatal error while importing data: undefined method 'spreadsheet_by_key' for nil:NilClass
The first part of the error is from your method that I copied into my app, the second part is the exception thrown.
In my server logs I can see the warning set user and password or access token. A Google search for this exact phrase yields just two results, both related to the Roo gem and Google Drive authentication.
First use gives this error:
Using Roo::Google requires the google_drive gem
I can see that the
roo
gem was installed onbundle
but it seems that this dependency was not installed.The text was updated successfully, but these errors were encountered: