HI Fabricio, Thanks for your feedback. I have seen the API's I can't get GWT to call the Google Apps Scripts, I always do receive an exception.
Cheers, Hugues On 7 mar, 02:09, Fabricio Pizzichillo <[email protected]> wrote: > Hi > Have you seen the Google Docs > API?http://code.google.com/intl/en/apis/documents/ > > Maybe you work > > Regards > > 2012/3/6 hugues2 <[email protected]> > > > > > > > > > Hi, > > > I'd like to call a google apps script from GWT to create a document > > (example of code below) : > > > public static native void sendDocument() /*-{ > > // Create and open a document > > doc = DocumentApp.create("Document Title"); > > }-*/; > > > However when called from GWT, this function returns an Exception as > > the object "DocumentApp" is not initialised. > > > Is there any way to perform such functionality or the access to Google > > Apps Scripts is not possible from GWT ? > > > Thanks, > > > Hugues > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" 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-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
