Using the above document id I a trying to download the account data document which is not happening
used GET http:///document/{id}/content in Explore this API part, but it is not returning any results
Loading symbol was displaying forever and not returning any document.
2.1 The document API returns a 302 Moved response with a Location: header pointing at the document
3. Get document by following the Location: URL. This can only be done once, without repeating 2, and must be done within a short time window, before it expires.
The following forum post provides further information which maybe of assistance.