diff --git a/Modules/StudioPlus/Resources/assets/js/BaseComponents/VideoTable/VideoCell.vue b/Modules/StudioPlus/Resources/assets/js/BaseComponents/VideoTable/VideoCell.vue
index fdd33bc1..ca04a71d 100644
--- a/Modules/StudioPlus/Resources/assets/js/BaseComponents/VideoTable/VideoCell.vue
+++ b/Modules/StudioPlus/Resources/assets/js/BaseComponents/VideoTable/VideoCell.vue
@@ -86,6 +86,15 @@
+
+
+
+
diff --git a/Modules/StudioPlus/Services/GoogleCloudPlatform.php b/Modules/StudioPlus/Services/GoogleCloudPlatform.php
index cfbfe6b6..fc5173e1 100644
--- a/Modules/StudioPlus/Services/GoogleCloudPlatform.php
+++ b/Modules/StudioPlus/Services/GoogleCloudPlatform.php
@@ -76,7 +76,10 @@ class GoogleCloudPlatform
$bucket->upload(
fopen($pathToFile, 'r'),
[
- 'name' => $objectName
+ 'name' => $objectName,
+ 'metadata' => [
+ 'contentDisposition' => 'attachment',
+ ],
]
);
}