I keep all steps in the tutorial and I can not access the wave, the page gives me this error:
You've reached a page that contains content from Google Wave. We're currently in a preview with a limited number of users. If you have an account please log in at http://wave.google.com/wave. I have enabled wavesandbox account and can not be the page code is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas- microsoft-com:vml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/ > <title>Google Wave Embed API Example: Simple Wave</title> <script src="http://wave-api.appspot.com/public/embed.js" type="text/javascript"></script> <script type="text/javascript"> function initialize() { var wavePanel = new WavePanel("http://wave.google.com/a/ wavesandbox.com/"); wavePanel.loadWave("wavesandbox.com!w+9XQc5mgwC"); wavePanel.init(document.getElementById('waveframe')); } </script> </head> <body onload="initialize()"> <div id="waveframe" style="width: 800px; height: 100%"></div> </body> </html> Sorry if it's something trivial but I'm taking my first steps in the concept of waves. Greetings! -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
