It would be correct to say that Adobe Creative Cloud is a safe haven for photographers, videographers, and other related professions. With a single subscription, users can get access to the whole range of Adobe software programs including Adobe Spark, Photoshop, Illustrator, Acrobat Reader, etc.
Once you have transferred these files to Google Drive, you will notice your Google Drive free space will shrink a lot. This might be due to duplicates. So why not get rid of them? Sure, but how? Cloud Duplicate Finder holds all the answers you need.
Delete Google Drive Duplicates with Cloud Duplicate Finder
Cloud Duplicate Finder uses the Official API of Google Drive
View Cloud Duplicate Finder Terms of Service
Why Would a Transfer Be Needed?
Although Adobe Creative Cloud is great to work with, for most people, it might not be the ideal place to store files at the end of the day. Since Google Drive is used more commonly for file storage and sharing, people often want to transfer their files from Creative Cloud to Google Drive. Some people also want to transfer files because of limited storage available in the CC. In this article, we’ll discuss a few simple ways to do so.
Download & Re-Upload
The most straightforward way is to download all the files from your Adobe Creative Cloud’s web account and then upload it to Google Drive via the drag and drop functionality. As obvious, it will take a lot of time especially if you’re working with media files, which is usually the case.
Adobe CC Desktop App
The slightly easier method is to pre-install the desktop application of Adobe Creative Cloud. If you have the app downloaded, your files will already be synced. Now, you can simply drag and drop your files to Google Drive and save a lot of time.
The best part is that if you are using Adobe CC’s mobile apps, the files you created/ edited on your phone will also be synced to the desktop app. This means that you don’t have to separately move any file. Plus, drag and drop won’t work for a mobile device anyway. At the same time, attaching a data cable to first move your files from your phone to computer and then to the Google Drive would probably be very time-consuming. In short, the Sync function is ideal in all aspects.
Batch Downloads for Adobe CC’s Shared Assets (Linux/Mac)
To get a link for downloading, you can share the files with yourself by entering your own email. Here’s what you need to do:
- In a new tab of your browser, open the developer tools. If you are using Chrome or Firefox, hitting the F12 key would do the job.
- Head to the Network tab.
- In the place of the address bar, enter the URL you received for shared assets.
- Using adobe cc, filter the requests and then look for a long alphanumeric file name, which will contain the folder ID for sharing.
Now, head to the Terminal.
- Using cd, navigate to the directory where you want to download the files.
- Export your folder ID by:
export FOLDER_ID= *insert ID here
- Download the files using this command:
curl https://public.adobecc.com/files/${FOLDER_ID} | jq ‘.children[] | “https://public.adobecc.com/files/\(env.FOLDER_ID)/\(.name)”‘ | xargs wget
Once downloaded, you can upload them to Google Drive!

Raza Ali Kazmi works as an editor and technology content writer at Sorcim Technologies (Pvt) Ltd. He loves to pen down articles on a wide array of technology related topics and has also been diligently testing software solutions on Windows & Mac platforms.