Hi.
I am facing an important problem, trying to allow a user to "select" a Google Document and accessing it (through its ID extracted from its XML) from my application.
I have started with a simple text field in which a user can paste a previously copied URL of a document. Using that URL (after cleaning it a little bit), I can browse the user's documents, find the document he wants and extract the data I need (for example the name of the document).
It works... in most cases!
So I'm asking, apart from the doc ID that the user can't infer, and without having to code a UI to display all its documents (seems to be very long, especially if you want to handle folders...), what is the best solution for you?