<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHContentEditingInputResultIsInCloudKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@PHContentEditingInputResultIsInCloudKey"
  },
  "title" : "PHContentEditingInputResultIsInCloudKey"
}
-->

# PHContentEditingInputResultIsInCloudKey

A Boolean value indicating whether the asset data is stored on the local device or must be downloaded from iCloud. (`NSNumber`)

```
let PHContentEditingInputResultIsInCloudKey: String
```

## Discussion

If `true`, no asset data was provided because the asset data must be downloaded from iCloud. To do this, submit another request, specifying `true` for the [`isNetworkAccessAllowed`](/documentation/Photos/PHContentEditingInputRequestOptions/isNetworkAccessAllowed) option.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)