Hi Shigeki, The connector tries to get the length of the file, using the googledocs API:
// Get the file length
Long fileLength = googleFile.getFileSize();
if (fileLength != null) {
... where googleFile is a com.google.api.services.drive.model.File object.
But, the file length is coming back as null, which the connector assumes
means that the file is unreadable somehow.
Can you open a ticket, so that we can look into this in more detail?
Karl
