public static interface DriveFolder.DriveFileResult implements Result
DriveFolder.DriveFileResult
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`DriveFolder.DriveFileResult` is deprecated and `DriveFile` objects are now returned directly in the new Drive clients."],["It was an interface used to hold the result of an operation that returned a `DriveFile`."],["The `getDriveFile()` method provided access to the resulting `DriveFile` object."],["Inherited the `getStatus()` method from `com.google.android.gms.common.api.Result` to check the operation status."]]],["`DriveFolder.DriveFileResult` is a deprecated interface replaced by direct `DriveFile` objects in new Drive clients. It provided a result containing a `DriveFile`. The interface's key method, `getDriveFile()`, returned a `DriveFile` object. It also inherited the `getStatus()` method from the `Result` interface, which is used to check the status of operation. This class is no longer relevant with the updates to Drive Clients.\n"]]