Error: invalid_request device_id and device_name are required for private IP

后端 未结 6 492
眼角桃花
眼角桃花 2020-11-30 08:53

I was doing my development with Google Drive API using [localhost:8080]. Suddenly I felt to test it in my local deployment sandbox and it has IP address as [192.168.1.1:8080

6条回答
  •  忘掉有多难
    2020-11-30 09:21

    Modify your file hosts at \Windows\System32\drivers\etc\hosts

    add "192.168.1.2 fakedomain.com" into hosts file
    restart your windows

    Update google console 192.168.1.2 update to fakedomain.com

提交回复
热议问题