Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Blogger 404
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Isaiah Coleman  
View profile  
 More options Nov 4 2012, 2:14 pm
From: Isaiah Coleman <isaiahccole...@gmail.com>
Date: Sun, 4 Nov 2012 11:14:54 -0800 (PST)
Local: Sun, Nov 4 2012 2:14 pm
Subject: Blogger 404

<html>
<head>
<script
src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">
function init() {
    gapi.client.setApiKey('api key');
    gapi.client.load('blogger', 'v3', function () {
        var request = gapi.client.blogger.posts.lists({
            'blogId': my blog id,
            'fields': 'items(content,title)'
        });
        request.execute(function (response) {
            alert(JSON.stringify(response));
        });
    });

}

</script>
<script src="https://apis.google.com/js/client.js?onload=init"></script>
</head>
</html>
this prints out a 404 itemnotfound error. Can anybody help?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Morgan  
View profile  
 More options Nov 5 2012, 2:12 pm
From: Brett Morgan <brettmor...@google.com>
Date: Mon, 5 Nov 2012 11:09:34 -0800
Local: Mon, Nov 5 2012 2:09 pm
Subject: Re: [bloggerDev] Blogger 404

Have you had a look at the code behind my JS API sample -
http://code-blogger.appspot.com/ ?

You can read my write up here -
http://code.blogger.com/2012/01/easier-to-use-interface-for-blogger.html

brett

On Sun, Nov 4, 2012 at 11:14 AM, Isaiah Coleman <isaiahccole...@gmail.com>wrote:

--

Brett Morgan | Developer Relations Engineer, Google+ |
brettmor...@google.com | profiles.google.com/brettmorgan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Isaiah Coleman  
View profile  
 More options Nov 6 2012, 11:45 am
From: Isaiah Coleman <isaiahccole...@gmail.com>
Date: Tue, 6 Nov 2012 08:45:59 -0800 (PST)
Local: Tues, Nov 6 2012 11:45 am
Subject: Re: [bloggerDev] Blogger 404

I've looked at both. The code i have is just a simplified version of your
examples. I'm getting the same error, and i've made sure that the blog id
and my api key is correct. Can you think of any other issues?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Morgan  
View profile  
 More options Nov 6 2012, 1:28 pm
From: Brett Morgan <brettmor...@google.com>
Date: Tue, 6 Nov 2012 10:25:58 -0800
Local: Tues, Nov 6 2012 1:25 pm
Subject: Re: [bloggerDev] Blogger 404

Pulling content from my code in http://code-blogger.appspot.com/script.js

var request = gapi.client.blogger.posts.list({
      'blogId': 3213900,
      'fields': 'items(content,title)'
    });

You will notice the method I am calling is gapi.client.blogger.posts.list,
not gapi.client.blogger.posts.list*s*.

On Tue, Nov 6, 2012 at 8:45 AM, Isaiah Coleman <isaiahccole...@gmail.com>wrote:

--

Brett Morgan | Developer Relations Engineer, Google+ |
brettmor...@google.com | profiles.google.com/brettmorgan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kv  
View profile  
 More options Dec 12 2012, 2:07 pm
From: kv <yalia...@gmail.com>
Date: Wed, 12 Dec 2012 11:07:19 -0800 (PST)
Local: Wed, Dec 12 2012 2:07 pm
Subject: Re: [bloggerDev] Blogger 404

Brett
I am experiencing the same issue. I have taken your exact code and am able
to pull your blog. Once I put in my blog id and api key I get a 404.
My blog id is 19 character long and yours is 7. I know my key works as it
works with php/json on another blog I have.

Any suggestions?

From safari error console.
Failed to load resource: the server responded with a status of 404 (Not
Found)
https://www.googleapis.com/discovery/v1/apis/blogger/V3/rpc?fields=me...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett Morgan  
View profile  
 More options Dec 12 2012, 7:03 pm
From: Brett Morgan <brettmor...@google.com>
Date: Thu, 13 Dec 2012 11:03:46 +1100
Local: Wed, Dec 12 2012 7:03 pm
Subject: Re: [bloggerDev] Blogger 404

Wanna tell me what your blog id is? I'd like to be able to repro it. Which
client library are you using that is breaking?

--

Brett Morgan | Developer Relations Engineer, Google+ |
brettmor...@google.com | profiles.google.com/brettmorgan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »