Hi Shigeki,

The javadoc says the following about this method:

"The size of the file in bytes. This is only populated for files with
content stored in Drive."

Are these documents stored in Drive, or somewhere else?

Karl


On Thu, Aug 7, 2014 at 8:02 AM, Karl Wright <[email protected]> wrote:

> 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
>

Reply via email to