Re: ? Blogger API v3 Error Status 500 at (published = past date)

Luke <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
Hi Everyone,

I'm having trouble reproducing this issue. These are the steps I took:

*Insert Post with future Publish Date (2016)*
posts.insert?isDraft=true&blogId={blog id}
{
  "published": "2016-02-02T22:08:00+00:00"
  "title": "Scheduled Test"
}
Response: 200 OK
{
  ...
  "published": "2016-02-03T09:08:00+11:00",
  "status": "DRAFT",
}

*Post Publish (with the saved publish date from the insert)*
posts.publish?blogId={blog id}&postId={post id}
Response: 200 OK
{
  ...
  "published": "2016-02-03T09:08:00+11:00",
  "status": "SCHEDULED",
}

*Post Publish with future date (2017)*
posts.publish?blogId={blog id}&postId={post 
id}&publishDate=2017-02-03T09%253A08%253A00%252B11%253A00
Response: 200 OK
{
  ...
  "published": "2017-02-03T09:08:00+11:00",
  "status": "SCHEDULED",
}

Are you still seeing the same problem? If so, what are the steps you are 
taking to reproduce the issue?

-- 
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.