public final class

DriveStatusCodes

extends CommonStatusCodes
java.lang.Object
   ↳ com.google.android.gms.common.api.CommonStatusCodes
     ↳ com.google.android.gms.drive.DriveStatusCodes

Class Overview

Drive specific status codes, for use in getStatusCode().

Summary

Constants
int DRIVE_EXTERNAL_STORAGE_REQUIRED This constant is deprecated. External storage is no longer required.
int DRIVE_RESOURCE_NOT_AVAILABLE The operation failed because the requested resource does not exist or you are not authorized to access it.
[Expand]
Inherited Constants
From class com.google.android.gms.common.api.CommonStatusCodes
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.CommonStatusCodes
From class java.lang.Object

Constants

public static final int DRIVE_EXTERNAL_STORAGE_REQUIRED

This constant is deprecated.
External storage is no longer required.

The Drive API requires external storage (such as an SD card), but no external storage is mounted. This error is recoverable if the user installs external storage (if none is present) and ensures that it is mounted (which may involve disabling USB storage mode, formatting the storage, or other initialization as required by the device).

This error should never be returned on a device with emulated external storage. On devices with emulated external storage, the emulated "external storage" is always present regardless of whether the device also has removable storage.

Constant Value: 1500 (0x000005dc)

public static final int DRIVE_RESOURCE_NOT_AVAILABLE

The operation failed because the requested resource does not exist or you are not authorized to access it.

Constant Value: 1502 (0x000005de)