---
title: NSMetadataUbiquitousItemDownloadingStatusNotDownloaded
framework: foundation
role: symbol
role_heading: Global Variable
path: foundation/nsmetadataubiquitousitemdownloadingstatusnotdownloaded
---

# NSMetadataUbiquitousItemDownloadingStatusNotDownloaded

## Declaration

```swift
let NSMetadataUbiquitousItemDownloadingStatusNotDownloaded: String
```

## Discussion

Discussion A string used as the value for NSMetadataUbiquitousItemPercentUploadedKey to indicate that this item has not been downloaded yet. You can use startDownloadingUbiquitousItem(at:) to download the item.

## See Also

### iCloud Download Status Values

- [NSMetadataUbiquitousItemDownloadingStatusCurrent](foundation/nsmetadataubiquitousitemdownloadingstatuscurrent.md)
- [NSMetadataUbiquitousItemDownloadingStatusDownloaded](foundation/nsmetadataubiquitousitemdownloadingstatusdownloaded.md)
