Skip to content

Commit 7717ea9

Browse files
committed
Address feedback
1 parent 020dc16 commit 7717ea9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/iot-central/core/howto-configure-file-uploads.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,15 @@ IoT Central uses IoT Hub's file upload capability to enable devices to upload fi
6464

6565
If you enabled access to files in the file upload configuration, users with the correct permissions can view and delete uploaded files.
6666

67+
> [!IMPORTANT]
68+
> All the files in the blob container folder associated with a device are visible in the **Files** view for that device. This includes any files that weren't uploaded by the device.
69+
6770
To view and delete uploaded files, navigate to the **Files** view for a device. On this page, you can see thumbnails of the uploaded files and toggle between a gallery and list view. Each file has options to download or delete it:
6871

6972
:::image type="content" source="media/howto-configure-file-uploads/file-upload-list-files.png" alt-text="Screenshot that shows the gallery view for uploaded files.":::
7073

7174
> [!TIP]
72-
> The file type is determined by the mime type assigned to the file when it was uploaded to blob storage.
75+
> The file type is determined by the mime type assigned to the file when it was uploaded to blob storage. The default type is `binary/octet-stream`.
7376
7477
You can customize the list view by filtering based on file name and choosing the columns to display.
7578

articles/iot-central/core/howto-manage-users-roles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ When you define a custom role, you choose the set of permissions that a user is
140140
| Delete | View <br/> Other dependencies: View device templates and device groups |
141141
| Execute commands | Update, View <br/> Other dependencies: View device templates and device groups |
142142
| View raw data | View <br/> Other dependencies: View device templates and device groups |
143+
| View uploaded device files | View <br/> Other dependencies: View device templates and device groups |
144+
| Delete uploaded device files | View <br/> Other dependencies: View device templates and device groups |
143145
| Full Control | View, Update, Create, Delete, Execute commands, View raw data <br/> Other dependencies: View device templates and device groups |
144146

145147
**Device groups permissions**

0 commit comments

Comments
 (0)