批量上传大图片到cloudinary [英] Bulk upload large images to cloudinary

查看:102
本文介绍了批量上传大图片到cloudinary的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将图像批量上传到我的云帐户?

Is there a way to bulk upload images to my cloudinary account?

我希望一次导入100张3MB的图像。

I am looking to import 100 images of 3MB each at a time.

谢谢。

推荐答案

您可以使用Cloudinary的上载API一张一张地上传图像。 此处是Python中的示例上传代码
如果图像已经在公共场所,则可以将远程HTTP URL指定为 file 参数,而不是发送实际图像的数据。这样可以加快上传速度。如果您的图像位于Amazon S3存储桶中,则Cloudinary可以直接从S3中获取图像,以达到更高的上传性能。

You can use Cloudinary's upload API to upload images one by one. Here is a sample upload code in Python. If your images are already in a public location, you can specify the remote HTTP URL as the file parameter instead of sending the actual image's data. This allows much faster uploading. If your images are in an Amazon S3 bucket, images can be fetched by Cloudinary directly from S3 for reaching even higher upload performance.

您还可以并行使用多个进程来运行上传代码,以快速快速地同时上传多个文件。在我们的Ruby on Rails客户端库中,我们包含了迁移工具

You can also run your upload code using multiple processes in parallel for quickly uploading multiple files simultaneously. In our Ruby on Rails client library we included a migration tool.

当前没有Cloudinary专用的API方法来执行图像的批量上传。

Currently there is no dedicated API method of Cloudinary for performing bulk upload of images.

这篇关于批量上传大图片到cloudinary的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆