Hi, in our application we get a feed list of documents using https://docs.google.com/feeds/default/private/full, than we iterate on a list and trying to download document using code below :
final MediaSource source = client.getMedia(mediaContent); MediaSource.Output.writeTo(source, outputStream); on one of the documents throws com.google.gdata.util.ResourceNotFoundException how can we figure out what is the problem? Is there any other way to download a document using Google API? thanks, Leon -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-apps-mgmt-apis/-/MlZitkxJGjcJ. 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-apps-mgmt-apis?hl=en.
