Q: What If I want to upload in bulk / sync all of my assets from Dropbox to Cloudinary?
A: If your assets are in Dropbox, we have a method of syncing that you can try. It may make sense to try this from a smaller nested folder before trying to sync your entire folder structure.
- Make sure to be using Dropbox for desktop - in your "Finder" on Mac or "File Explorer" on Windows.
- Files that you want to sync to Cloudinary need to be hosted locally on the machine that will run the sync command
- Install the Cloudinary Command Line Interface:
- In your terminal, navigate to the folder in your Dropbox directory that you would like to sync to Cloudinary
- Use the "sync" capability to synchronize between a local folder and a Cloudinary folder, while maintaining the folder structure.
- https://cloudinary.com/documentation/cloudinary_cli#sync.
- Sample command will look like this:
-
cld sync --push local_folder cloudinary_folder
-
- The CLI will upload all files and folders in the specified directory into Cloudinary
Comments
0 comments
Please sign in to leave a comment.