DriveApi.DriveContentsResult
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The DriveApi.DriveContentsResult interface is deprecated and will be turned down on December 6, 2019.
You should migrate to the REST API as instructed in the provided migration guide.
This interface contains a method getDriveContents() which returns a DriveContents object if the status is successful.
This interface inherits the getStatus() method from the Result interface.
public static interface DriveApi.DriveContentsResult implements Result
This interface is deprecated.
The Google Drive Android API is deprecated and will be turned down on December 6, 2019.
See the migration guide for
instructions on migrating to the REST API.
[[["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."],[],["`DriveApi.DriveContentsResult` is a deprecated interface for the Google Drive Android API, which was shut down on December 6, 2019. It functioned as a result containing `DriveContents`. It includes one main method, `getDriveContents()`, which returns the `DriveContents` or null if unsuccessful. Another method `getStatus()` inherited from `Result` returns the operation status. Users were instructed to migrate to the REST API.\n"]]