All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.drive.Drive.Files.Export.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240903-2.0.0
Show newest version






Drive.Files.Export (Drive API v2-rev20180830-1.26.0)












com.google.api.services.drive

Class Drive.Files.Export

    • Constructor Detail

      • Export

        protected Export(String fileId,
                         String mimeType)
        Exports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB. Create a request for the method "files.export". This request holds the parameters needed by the the drive server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        Drive.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be called to initialize this instance immediately after invoking the constructor.

        Parameters:
        fileId - The ID of the file.
        mimeType - The MIME type of the format requested for this export.
        Since:
        1.13

Copyright © 2011–2018 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy