diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp
index 737f66595438e2f5c79c61335083d730dde7cc36..5b22c51321d45f298238b4b9462ebc414292c233 100644
--- a/indra/newview/llsnapshotlivepreview.cpp
+++ b/indra/newview/llsnapshotlivepreview.cpp
@@ -818,8 +818,8 @@ void LLSnapshotLivePreview::saveTexture()
 			LLFolderType::FT_SNAPSHOT_CATEGORY,
 			LLInventoryType::IT_SNAPSHOT,
 			PERM_ALL,  // Note: Snapshots to inventory is a special case of content upload
-			LLFloaterPerms::getGroupPerms(), // that is more permissive than other uploads
-			LLFloaterPerms::getEveryonePerms(),
+			LLFloaterPerms::getGroupPerms("Uploads"), // that is more permissive than other uploads
+			LLFloaterPerms::getEveryonePerms("Uploads"),
 			"Snapshot : " + pos_string,
 			callback, expected_upload_cost, userdata);
 		gViewerWindow->playSnapshotAnimAndSound();