21 messages in com.googlegroups.bloggerdev[bloggerDev] Re: Problem with Non-Gma...
FromSent OnAttachments
Cory W01 May 2008 13:11 
Cory W01 May 2008 14:13 
Jeff Scudder02 May 2008 09:42 
Cory W05 May 2008 09:27 
Jeff Scudder08 May 2008 10:34 
Cory W12 May 2008 12:54 
Jeff Scudder13 May 2008 14:06 
Cory W14 May 2008 13:04 
Cory W15 May 2008 13:43 
Jeff Scudder15 May 2008 16:42 
IC07 Jul 2008 22:51 
serg...@gmail.com09 Jul 2008 15:15 
Trevor Johns11 Jul 2008 01:38 
Trevor Johns11 Jul 2008 01:55 
IC13 Jul 2008 00:48 
IC13 Jul 2008 00:50 
IC15 Jul 2008 00:01 
IC15 Jul 2008 02:30 
Trevor Johns15 Jul 2008 15:21 
IC16 Jul 2008 23:29 
jottos07 Sep 2008 21:39 
Subject:[bloggerDev] Re: Problem with Non-Gmail Google Accounts
From:Jeff Scudder (j.@google.com)
Date:05/08/2008 10:34:45 AM
List:com.googlegroups.bloggerdev

On May 5, 9:28 am, Cory W <cory@gmail.com> wrote:

Jeff,

Thanks for your suggestion. The non-gmail account I am using exists *both* as a normal Google account *and* a Google Apps domain. However, I tried your suggestion and it also raises the same 'gdata.service.BadAuthentication: Incorrect username or password' exception.

This functionality is being added for an app that enables users to post directly to their Blogger blogs, and as such I need to be able to have it work with any Blogger login. Support has already been added for WordPress, LiveJournal, and others, but the broken Blogger tool is causing headaches.

Any other suggestions? Based on all of the tests I've done, it looks more and more like a problem with the API, but I'd be happy to be wrong about that. :)

Thanks again,

Cory

Hi Cory,

Since you mention that the account which is failing is both a Google Account and an Apps account, the issue might be a mismatch in passwords. Does it work if you try account_type = 'HOSTED' instead of 'GOOGLE'?

In the past I set up two accounts with the same email address (one in Apps, one a Google Account) and gave them different passwords so that it would be obvious which account was being used. Here is the explanation in that thread, perhaps it will be helpful.

http://groups.google.com/group/Google-Base-data-API/browse_thread/thread/10369573caa3fc04

Happy coding,

Jeff

On May 2, 11:43 am, Jeff Scudder <j.@google.com> wrote:

Hi Cory,

Does this non-gmail account happen to belong to a Google Apps domain? If so, you might try adding the following to get_blogger_service:

blogger.account_type = 'GOOGLE'

Please let me know if this helps.

Cheers,