My web application queries the users Google Drive repository using the SDK and then presents the list of files to the user, I would like to take advantage of the thumbnail and display the files thumbnail image.
If the user is only logged into one Google Account the thumbnail images appear as expected. However, if the user is logged into multiple user accounts at one time (which we always are), the images are broken. By manually copying the thumbnail image link and enter it into the browser, you must first select the account you would like to access the link as.
From inspecting the thumbnail link there is no Google Apps domain information, however when inspecting the alternativeLink (which lets you open the file as a Google doc when applicable) this link does have Google Apps domain specific information and does not require you to select the account that it should be accessed as.
Is there something I'm missing? Or is this a defect?