<!--
{
  "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/PHVideoRequestOptions/isNetworkAccessAllowed",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:objc(cs)PHVideoRequestOptions(py)networkAccessAllowed"
  },
  "title" : "isNetworkAccessAllowed"
}
-->

# isNetworkAccessAllowed

A Boolean value that specifies whether Photos can download the requested video from iCloud.

```
var isNetworkAccessAllowed: Bool { get set }
```

## Discussion

If `true`, and the requested video is not stored on the local device, Photos downloads the video from iCloud. To be notified of the download’s progress, use the [`progressHandler`](/documentation/Photos/PHVideoRequestOptions/progressHandler) property to provide a block that Photos calls periodically while downloading the video. If `false` (the default), and the video is not on the local device, the [`PHImageResultIsInCloudKey`](/documentation/Photos/PHImageResultIsInCloudKey) value in the result handler’s `info` dictionary indicates that the video is not available unless you enable network access.

---

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)