Chetan, If by file you mean to write a text file into your Appspot Application, you can't do that. Any distributed application (such as a robot on appspot) in a cloud environment would have difficulty with creating a physical file.
I'd suggest one of the following... * If the data is for logging only, use the method log() that you inherit from the GenericServlet class (for Java) * If the data needs to be stored and retrieved, use the datastore capabilties of the AppEngine. See this for more info on saving data in the cloud... http://code.google.com/appengine/docs/whatisgoogleappengine.html S On Nov 24, 10:54 am, David Nesting <[email protected]> wrote: > What do you mean by "a new text file"? Do you mean a new wave/wavelet/blip? > A text file attachment to a wavelet? A text file on the user's computer? > > On Tue, Nov 24, 2009 at 12:19 AM, chetan rana <[email protected]> wrote: > > hi.. > > I want to create a new text file through a wave robot. But seems it > > is not possible in google app engine. > > Can anyone give me solution to do that!!. > > > Thanks. > > > -- > > > 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]<google-wave-api%[email protected]> > > . > > 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 [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.
