Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
218 views
in Technique[技术] by (71.8m points)

How to resolve 404 response for google api call?

I'm testing jsfiddle

https://jsfiddle.net/r6Lpwkbe/2/

<span id="signinButton" class="pre-sign-in">
  <!-- IMPORTANT: Replace the value of the <code>data-clientid</code>
       attribute in the following tag with your project's client ID. -->
  <span
    class="g-signin"
    data-callback="signinCallback"
    data-clientid="ClientID-HERE.apps.googleusercontent.com"
    data-cookiepolicy="single_host_origin"
    data-scope="https://www.googleapis.com/auth/youtube.upload https://www.googleapis.com/auth/youtube">
  </span>
</span>

I'm getting 404 response for the call https://apis.google.com/u/0/_/widget/render/signin?usegapi=1&clientid= Do i need to apply any configuration on my client id ?

Appreciate any insights.

Thanks, Madhu


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...