• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
5

Creative Cloud Storage - Permanently delete files - Where's the "Select all" checkbox!?

New Here ,
Jan 29, 2020 Jan 29, 2020

Copy link to clipboard

Copied

Hello,

 

Until recently, there was checkbox to permanently delete all files that we're moved to the trash / bin / deleted files part of the Creative Cloud storage. But now that checkbox is gone! Why was this removed? Very inconvenient because now one has to manually check many files (sometimes over hundreds of them) everytime, to permanently remove these and clean-up the cloud storage.

 

I'm talking about the deleted files section on https://assets.adobe.com/deleted to be precise.

 

Screenshot of how it once was - with the blue checkbox left of "sort by" to select all files:

 

permanently-delete-cc-website.png

 

The new situation - no checkbox anymore:

 

Screen Shot 2020-01-29 at 11.22.22.png

 

Can you fix this and bring back the checkbox please?

That would be a real time-saver!

Thanks, Jeroen.

TOPICS
Cloud storage web assets

Views

752

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 30, 2020 Mar 30, 2020

Copy link to clipboard

Copied

I had 2000+ files in trash so I made this Auto Hotkey script that selects every Item by pressing Arrow-Down & Enter in a loop.
It takes some time, but it's still faster than selecting everything manually.

Workaround Instructions (Windows only):

  1. Upvote this Uservoice in hope that Adobe brings back the checkbox
  2. Install AutoHotkey
  3. Create a new text file
  4. Change the file extension to .ahk
  5. Open the file in Notepad
  6. Paste in the following code:

 

~$*F4::
While (GetKeyState("F4", "T")){
Send, {Down}
Sleep 20
Send, {Enter}
Sleep 20
}

 

6. Save and run the file

7. Open Your Creative Cloud Storage in Browser

8. Change to List View

9. Select the first item by hand!

10. Then press F4 and enjoy

11. Press F4 again to exit the loop when end of page is reached

12. Exit the script by rightclicking on the green H-icon in the Windows-Tray menu.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 07, 2020 Aug 07, 2020

Copy link to clipboard

Copied

I am also having this issue. I am out of space and there are thousand of files on the Deleted folder.
Why is there no checkbox to select all?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Aug 18, 2021 Aug 18, 2021

Copy link to clipboard

Copied

LATEST

Unbelievable. This seems intentional and a very bad joke.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines