They both look okay. One's a document and the other is a
spreadsheet. These are the urls that google returns in the docList,
and I'm using with success. The only thing you need to do (because
of an API issue that they're working on) is add another parameter for
the export format. In addition to the 'exportFormat' parameter,
there should be a 'format' parameter. They should look like this:
http://docs.google.com/feeds/download/documents/Export?
docID=document:0AeDN2od9GilmZGdjMmIzaHNfMGNxcWY5cmdi
&exportFormat=pdf&format=pdf
http://spreadsheets.google.com/feeds/download/spreadsheets/Export?
key=0AuDN2od9GilmdFgyY2JHN2ZxTk9ES2xzaTlURjNVZlE
&exportFormat=xls&format=xls
They are planning to make is so that you don't need the extra
parameter, but Google says that both the 'format' parameter and the
'exportFormat' parameter will continue to work in the future.