Re: [Google Wave APIs] Wave API from non-Google servers?

2010-07-15 Thread Dan Peterson
Hi there,

If you're talking about running robots on non-Google servers, that is
possible currently on WaveSandbox.com -- you simply need to register a
handle as per:
http://code.google.com/apis/wave/extensions/robots/registration.html

That
feature has not yet been fully deployed for the user-facing
googlewave.cominstance, but it is something we're working on.

Hope this helps,
-Dan

On Thu, Jul 15, 2010 at 6:57 PM, Tom  wrote:

> Is the only place where I can run the Google Wave API libraries on
> Google's servers?
>
> If so, is that a restriction of the software (i.e., do other machines
> just lack the necessary software environment), or is it a restriction
> that is enforced by the servers?
>
> Is that likely to change in the future?
>
> If it's a restriction on the server, can it be
>
> I think long term, proxying all Wave requests through extra software
> running on appspot kind of limits what can conveniently be done with
> Wave.
>
> (It probably says somewhere in the documentation, but I missed it...)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] Wave does not work on Chrome anymore

2010-04-21 Thread Dan Peterson
Hi,

As far as we're aware this has now been resolved --
www.google.com/support/forum/p/wave/thread?tid=09fffebb7044dbba&hl=en

Happy waving!
-Dan

On Thu, Apr 22, 2010 at 3:30 AM, alexandrojv  wrote:

> I have been trying on several computers, and with different versions
> of Chrome (developer, stable, chromium) but I am unable to see
> anything, all that appears is the wave background.
>
> This is a recent thing, so perhaps the new version that was released
> caused this.
>
> Firefox works just fine though
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] Re: Problems with active api after the weekend

2010-04-21 Thread Dan Peterson
The active robot API calls are working again. Thank you for reporting the
issue.

Cheers,
-Dan

On Wed, Apr 21, 2010 at 12:53 PM, Joe Gregorio  wrote:

> Yes, this is a confirmed problem, please star the following issue to
> get notified when it is resolved:
>
>   http://code.google.com/p/google-wave-resources/issues/detail?id=736
>
>Thanks,
>-joe
>
> On Tue, Apr 20, 2010 at 2:40 PM, Quinton Wall 
> wrote:
> > Same issue here. I thought it was changes i made but Active Robot---
> > she be broken today :(
> >
> > Q
> >
> >
> > On Apr 20, 1:21 am, Evgeniy Beschastnov 
> > wrote:
> >> Yeah, i currently can't continue working because of this bug. Last
> google
> >> wave release definitely broke active api.
> >>
> >> Evgeniy
> >>
> >> 2010/4/20 tralston 
> >>
> >>
> >>
> >>
> >>
> >> > I as well am having this problem, however not with fetchWavelet. I'm
> >> > using the code:
> >>
> >> > Wavelet newwave = MyRobot.newWave(domain, participants);
> >> > JsonRpcResponse response = MyRobot.submit(newwave,
> >> > RPC_SERVER_URL).get(0);
> >>
> >> > This, like all of your comments, was working for me before the
> >> > weekend. Now I'm getting the same error:
> >>
> >> > com.google.gson.JsonParseException: The JsonDeserializer
> >> > StringTypeAdapter failed to deserialized json object {} given the type
> >> > class java.lang.String
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializ
> erExceptionWrapper.java:
> >> > 63)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationVisitor.invokeCustomDeserializer(JsonDes
> erializationVisitor.java:
> >> > 88)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationVisitor.visitUsingCustomHandler(JsonDese
> rializationVisitor.java:
> >> > 76)
> >> >at
> com.google.gson.ObjectNavigator.accept(ObjectNavigator.java:98)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationContextDefault.fromJsonObject(JsonDeseri
> alizationContextDefault.java:
> >> > 73)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationContextDefault.deserialize(JsonDeseriali
> zationContextDefault.java:
> >> > 51)
> >> >at
> >>
> >> >
> com.google.wave.api.impl.JsonRpcResponseGsonAdaptor.deserialize(JsonRpcResp
> onseGsonAdaptor.java:
> >> > 74)
> >> >at
> >>
> >> >
> com.google.wave.api.impl.JsonRpcResponseGsonAdaptor.deserialize(JsonRpcResp
> onseGsonAdaptor.java:
> >> > 42)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializ
> erExceptionWrapper.java:
> >> > 50)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationVisitor.invokeCustomDeserializer(JsonDes
> erializationVisitor.java:
> >> > 88)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationVisitor.visitUsingCustomHandler(JsonDese
> rializationVisitor.java:
> >> > 76)
> >> >at
> com.google.gson.ObjectNavigator.accept(ObjectNavigator.java:98)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationContextDefault.fromJsonObject(JsonDeseri
> alizationContextDefault.java:
> >> > 73)
> >> >at
> >>
> >> >
> com.google.gson.JsonDeserializationContextDefault.deserialize(JsonDeseriali
> zationContextDefault.java:
> >> > 51)
> >> > ... etc.
> >>
> >> > Pamela, I noticed that there was a new version of the Wave Preview and
> >> > Sandbox rolled out (as updated today in the Google Wave Server
> >> > Changelog found at the waveid: googlewave.com!w+AU-ZLT_uA). Is it
> >> > possible some change in the build over the weekend broke the JSON/GSON
> >> > parser? I tried downloading the new API jars and republished my robot,
> >> > but to no avail. This breaks my robot. Any insight?
> >>
> >> > Thanks,
> >> > Taylor Ralston
> >>
> >> > --
> >> > You received this message because you are subscribed to the Google
> Groups
> >> > "Google Wave API" group.
> >> > To post to this group, send email to google-wave-api@googlegroups.com
> .
> >> > To unsubscribe from this group, send email to
> >> > google-wave-api+unsubscr...@googlegroups.com
> 
> >> > .
> >> > For more options, visit this group at
> >> >http://groups.google.com/group/google-wave-api?hl=en.
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "Google Wave API" group.
> >> To post to this group, send email to google-wave-...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> >> For more options, visit this group athttp://
> groups.google.com/group/google-wave-api?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> > To post to this group, send email to google-wave-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> > For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
> >
> >

Re: [Google Wave APIs] OT: Shutting down GMail | Wave accounts ?

2010-03-10 Thread Dan Peterson
Hi,

That email is a forgery. Do not respond to it in anyway.

-Dan

On Wed, Mar 10, 2010 at 11:51 PM, Olemis Lang  wrote:

> Hello !
>
> I've just received a message from off...@google-alarms.com (with
> reply-to header set to ) stating that :
>
> {{{
> We are shutting down some email accounts and your account was
> automatically chosen to be deleted. If you are still interested in
> using our email service please fill in the space below for
> verification purpose by clicking the reply button and fill the form
> below. Learn more
>
> Username:
> Password:
> D.O.B:
> Country:
>
> Warning!!!   Account owner that refuses to update his or her account
> within Seven days of receiving this warning will lose his or her
> account permanently.
>
> Thank you for using Gmail !
>
> The Gmail Team
> G MAI L BETA
> }}}
>
> I'd like to know whether this is true or not, if it's a hoax (somebody
> wants to know my user & password) and if this has any side-effects
> leading to my Wave account being suspended or something like that .
>
> Thnx for your time !
>
> ... and sorry for being OT , but I hope you understand why I am asking this
>
> :-/
>
> --
> Regards,
>
> Olemis.
>
> Blog ES: http://simelo-es.blogspot.com/
> Blog EN: http://simelo-en.blogspot.com/
>
> Featured article:
> On adding Hessian (RPC) support for Trac -
>
> http://feedproxy.google.com/~r/simelo-en/~3/Vit6dRudChU/on-adding-hessian-rpc-support-for-trac.html
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



Re: [Google Wave APIs] Hello

2010-02-04 Thread Dan Peterson
Hello Shyam,

If you're having trouble accessing WaveSandbox, you can request a new
account: http://code.google.com/apis/wave/sandboxform.html

-Dan

On Thu, Feb 4, 2010 at 1:24 PM, SHYAM  wrote:

> I wanted to access Sandbox developer API. But i am not able to access
> the account with my email id. its not taking my password.
>
> Thanks
> shyam
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.



[Google Wave APIs] Re: Extensions To Google Wave Question

2009-10-27 Thread Dan Peterson
Yup -- we sometimes refer to it as the "puzzle piece" -- but extension
installer is the official name -- here is how you can make one:
http://code.google.com/apis/wave/extensions/installers/index.html

-Dan

On Wed, Oct 28, 2009 at 5:50 AM, Sam Osborne wrote:

> When you go to the Extensions Gallery, you get that Jigsaw with an install
> button.. That's an installer (or what i call one, there may be a proper term
> for it that I don't know :P)
>
> 2009/10/27 Eric Dorman 
>
>
>> What is a installer?
>>
>> I don't think I have heard about that yet.
>>
>> Thanks & God Bless,
>> Eric
>>
>> On Oct 27, 5:10 am, Sam Osborne  wrote:
>> > You could construct an installer... Or make a testing wave and make it
>> > public..
>> >
>> > 2009/10/26 Eric Dorman 
>> >
>> >
>> >
>> > > Hey guys,
>> >
>> > > I was wondering if there is a way to add our extensions to Google Wave
>> > > and have all the Google Wave users see the extension in there own
>> > > waves without having to add them manually to their wave.
>> >
>> > > Is there a way to do this?
>> >
>> > > Thanks & God Bless,
>> > > Eric
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Test account

2009-10-25 Thread Dan Peterson
On Sun, Oct 25, 2009 at 12:15 PM, cheeaun  wrote:

>
> I read from http://code.google.com/apis/wave/articles/gadgetdebugging.html
> that each dev is give two accounts, one is f...@wavesandbox, another
> foo-t...@wavesandbox
>
> I've tried to login to my test account in the sandbox but can't seem
> to work? :(
>
>
Hi cheeaun,

Please keep in mind that foo and foo-test accounts are entirely separate
accounts, so their passwords are not necessarily identical. If you only
changed your foo@ account password, your foo-test account is still the
original password we generated for you.

Hope this helps,
-Dan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Re: Google Wave Inbox Notification tool for the Windows Desktop

2009-10-13 Thread Dan Peterson
On Wed, Oct 14, 2009 at 2:11 PM, pamela (Google Employee) <
pamela...@gmail.com> wrote:
>
>
> Once we have an API to let you programmatically extract the content --
> which is something we're working on -- then that API could be used to build
> this prototype without having to reverse engineer. Another thing to
> consider, more in the wave protocol effort, would be a client/server
> protocol -- but things are early there at the moment.
>
>
I'm looking forward to a day when we have such APIs exposed :)


> - pamela
>
> On Wed, Oct 14, 2009 at 1:48 PM, Joe Developer 
> wrote:
>
>> On Wed, Oct 14, 2009 at 7:42 AM, pamela (Google Employee) <
>> pamela...@gmail.com> wrote:
>>
>>> Hey Oliver-
>>> I responded to you offline, but will also respond here to keep the thread
>>> in the forum.
>>>
>>> I assumed that was how you were doing this, but wanted to give you a
>>> chance to explain. It is generally considered illegal to "scrape" the HTML
>>> of webpages that do not grant explicit permission for that. That is why
>>> webpages provide APIs- so that developers can legally use content.
>>>
>>> Really? Generally considered illegal? I would appreciate a link that
>> documents such a finding. I would imagine that google search results would
>> be fairly sparsely populated if they could only include those pages that
>> include explicit permission for google to scrape.
>>
>> I would advise on waiting until we offer some sort of Google data API to
>>> distribute a program like this.
>>>
>>> - pamela
>>>
>>>
>>> On Wed, Oct 14, 2009 at 8:27 AM, Oliver Baker  wrote:
>>>

 How dare you Andrey!

 I do not store any of your information what so ever excluding the last
 Wave server you selected.

 Any Login information you enter is immediatly put into the Google Wave
 Login page to log the application into the Google Wave login page.

 To enter your login details on Version 2 (Sorry I made this a little
 stupidly) you will need to left click on the Notify Icon or right
 click the icon, go into the Waves item, then click the login to see
 your waves button.

 Also, make sure you have Google Chrome Frame installed on your
 computer for this to work. I am still working out the bugs.

 On Oct 14, 10:07 am, Andrey Fedorov  wrote:
 > Uhoh, I hope you guys are at least running antivirus as you run exe's
 you
 > downloaded online?
 > - Andrey
 >
 >
 >
 > On Tue, Oct 13, 2009 at 2:15 PM, Scott Breakall 
 wrote:
 >
 > > I've downloaded the exe, but am I missing something? There's nowhere
 > > for me to enter my wave credentials?
 >
 > > ~Scott~



>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] Virtual Google Wave APIs office hours starting now

2009-09-30 Thread Dan Peterson
Hi everyone,

Please join us for Google Wave API office hours.

You should see the Wave showup in your inbox, but if not, visit this URL:
https://wave.google.com/a/wavesandbox.com/#restored:wave:wavesandbox.com!w%252BXPYHIwacA

A link to the transcript will be posted here afterwards.

Thanks,
-Dan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---