blob: aab2bc58bb83d1ccce2f0588491e1d5c38f29141 [file] [log] [blame]
GoogleDocs Example
===============================================================================
Description
===============================================================================
- demonstrates the use of Wink REST Client to interact with google Docs service
- demonstrates the creation of a custom Handler used to authenticate the user
against google authentication service
- the example provides the following features: list document, upload new document, delete document.
Running the example
===============================================================================
Run org.apache.wink.example.googledocs.GoogleDocsClient in order to get help.
The following lines illustrate the possible usages:
* List existing documents: GoogleDocsClient -l -u test@gmail.com -p test123
* Upload new document: GoogleDocsClient -f c:\test.xls -u test@gmail.com -p test123
Build
===============================================================================
- see build instructions in examples/readme.txt file
--- readme.txt EOF ---