Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Retreiving and viewing google docs using gdata in objective-c
  2. - (IBAction)viewSelectedDocClicked:(id)sender {
  3.   NSURL *docURL = [[[self selectedDoc] HTMLLink] URL];
  4.   if (docURL) {
  5.     [[NSWorkspace sharedWorkspace] openURL:docURL];
  6.   }
  7. }
  8.        
  9. https://docs.google.com/feeds/download/documents/export/Export?id=**YourDocument'sResourceID**&exportFormat=txt&format=txt