Skip to content

Commit d7e487e

Browse files
authored
Merge pull request #10447 from MicrosoftDocs/new
Adding new URL
2 parents 7e506ef + 064e7d8 commit d7e487e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

powerapps-docs/developer/data-platform/getfilesasurl.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Grant limited access to Dataverse files using shared access signatures"
33
description: "Learn how to create a shared access signature URL that enables anyone to download the file or image from Dataverse"
4-
ms.date: 06/18/2024
4+
ms.date: 09/11/2024
55
ms.reviewer: jdaly
66
ms.topic: article
77
author: JimDaly
@@ -18,6 +18,9 @@ For one hour, anyone can download a file stored in Dataverse using a url generat
1818

1919
Files can be attachments, notes, file columns, or image columns. [Some limitations apply](#limitations)
2020

21+
> [!NOTE]
22+
> Administrators can configure the tenant to limit downloads based on the IP address of client applications using the [SAS IP restriction feature (preview)](/power-platform/admin/security/data-storage#storage-shared-access-signature-sas-ip-restriction). When this is enabled, users will get a 401 error when the IP address for their computer does't meet the restrictions set for the tenant and they try to download the file.
23+
2124
## Parameters
2225

2326
The `GetFileSasUrl` message has the following parameters:
@@ -166,7 +169,7 @@ function Get-FileSasUrl {
166169
}
167170
```
168171

169-
The following examples demonstrate the rules for setting the `FileAttributeName` parameter. It is a required parameter, but it can contain an empty string for `annotations` and `activitymimeattachments` entity sets.
172+
The following examples demonstrate the rules for setting the `FileAttributeName` parameter. It's a required parameter, but it can contain an empty string for `annotations` and `activitymimeattachments` entity sets.
170173

171174
```http
172175
GET [Organization URI]/api/data/v9.2/GetFileSasUrl(Target=@p1,FileAttributeName='')?@p1={'@odata.id':'annotations(<annotationid>)'}

0 commit comments

Comments
 (0)