- Retreiving and viewing google docs using gdata in objective-c
- - (IBAction)viewSelectedDocClicked:(id)sender {
- NSURL *docURL = [[[self selectedDoc] HTMLLink] URL];
- if (docURL) {
- [[NSWorkspace sharedWorkspace] openURL:docURL];
- }
- }
- https://docs.google.com/feeds/download/documents/export/Export?id=**YourDocument'sResourceID**&exportFormat=txt&format=txt