Google analytics .dat file missing, falling back to noauth_local_webserver

落花浮王杯 提交于 2019-12-04 09:19:41

I am not sure why this is happening, But I have a list of steps which might help you.

  1. check if this issue is caused by google analytics API version, google generally deprecates the previous versions of their API.
  2. I am guessing that you are running this code on cron on your EC2 serv, make sure that you include the path to the folder where the .dat file is. 3.check whether you have the latest credentials in the .dat file.

Authentication to the API will happen through the .dat file. Hope this solves your issue.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!