DriveApi.DriveIdResult

  • The DriveApi.DriveIdResult interface is deprecated.

  • The Google Drive Android API, which includes this interface, will be turned down on December 6, 2019.

  • Users should migrate to the REST API using the provided migration guide.

  • This interface provides a result that contains a DriveId.

  • It includes agetDriveId() method to retrieve the DriveId.

public static interfaceDriveApi.DriveIdResult implementsResult

This interface is deprecated.
The Google Drive Android API is deprecated and will be turned down on December 6, 2019. See themigration guide for instructions on migrating to the REST API.

Result that contains aDriveId.

Public Method Summary

abstractDriveId

Inherited Method Summary

From interface com.google.android.gms.common.api.Result
abstractStatus
getStatus()

Public Methods

public abstractDriveIdgetDriveId()

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.