TypeError: Google不是一个模块



我试图在我的ruby on rails项目中实现google youtube api,如youtube文档https://developers.google.com/youtube/v3/code_samples/ruby#retrieve_my_uploads所述,所以这个代码块需要"谷歌/api_client"我得到以下错误"TypeError: Google is not a module"

如果你已经有了一个名为Google的类,但它没有命名空间,就会发生这种情况。

我有同样的问题,你TypeError: Google is not a module,然后进一步调查发现,我有一个名为Google的类,首先加载。

我面临同样的问题:- IndexOptions is not a module (TypeError)

调查问题后,我发现了一个技巧来解决。像这样将模块替换为类....

相关内容

  • 没有找到相关文章