cost 160 ms
当我 go 更新图片 ic cloudinary 它给出错误“没有这样的文件或目录 - when i go to update the picture ic cloudinary it gives error "no such file or directory

当我 go 更新图片 ic cloudinary 它给出错误“没有这样的文件或目录,打开 D:/web development/mern-stack-project-course-commerce/backend/undefine 请帮助并检查图像后端云代码抛出此错误我希望我的问题解决这个 ...

Cloudinary 图像上传不持久图像并在 spring 启动应用程序中返回 null 值 - Cloudinary image upload not persisting image and returning null value in spring boot app

我正在开发一个 spring 启动电子商务应用程序,它需要 cloudinary 来保存图像并使用 url。 然而,所有为实现这一目标所做的努力都被证明是徒劳的。 该代码没有抛出任何错误,但它不会持久存在于云端页面和数据库中。 响应是 null。 例如,这是一个响应。 同时我期待一个字符串形式的链接 ...

使用 API 上传时,如何使用 strapi 上传到根媒体库文件夹? - How can I upload to the root media library folder with strapi when uploading with the API?

我正在尝试使用 cloudinary 提供程序将图像上传到 strapi 中的根媒体库文件夹。 在文档中它指出: 通过 REST 或 GraphQL API 上传的文件位于自动创建的“API Uploads”文件夹中。 我怎样才能将它们上传到根文件夹或者是不可能的? 我试着查看文档,但找不到任何有 ...

在 Cloudinary 错误上从 Node JS 上传图像:“Must_supply_cloud_name”,但 Cloud_name 在配置中正确给出 - Uploading image from Node JS on Cloudinary error: "Must_supply_cloud_name", but Cloud_name is given correctly in the config

我正在尝试从 Node JS 在 Cloudinary 上上传图像,但它失败并显示错误“必须提供 cloud_name”,我有来自 dotenv 文件的 cloudinary 配置参数,并且我已经确认这些参数已正确传递给在我进行 Cloudinary 调用的文件中,我尝试发送示例图像来测试问题是否出 ...

在将文件上传到 CDN 的几种做法之间纠结 - Torn between a couple practices for file upload to CDN

我正在开发的平台当然涉及客户端(ReactJS)和服务器(NodeJs,Express)。 该平台的主要特点是用户不断上传图片。 使用 multer 在我的 api 服务器上接收 formdata 中的图像,一切都已成功设置,现在是创建“图像管理系统”的时候了。 我要解决的主要问题是用户的文件大小不 ...

如何格式化 cloudinary sort_by 参数以防止错误 - how to format cloudinary sort_by parameter to prevent error

你好堆栈溢出社区, 我正在从 cloudinary 获取我的图像并且发布请求工作正常,直到我将 sort_by 参数添加到 URL。这将导致基于排序格式的错误。 官方文档对有效格式的描述如下: "表示键值对的字符串值数组,其中键是要排序的字段,值是方向。有效的排序方向是 asc 或 desc。如果 ...

云图上传 - Cloudinary Image Upload

我将 Cloudinary 与 NextJS 一起使用。 当我尝试在 sign.js 中指定文件夹名称(这将为我的请求创建签名)时,我收到“未经授权”错误作为响应。 但是没有文件夹名称,它工作正常。 sign.js - 这是负责创建签名的文件。const cloudinary = require( ...

如何将图像上传到 cloudinary 并使用 nestjs 在 cloudinary 中指定图像大小的限制和自定义目标文件夹 - How to upload image to cloudinary and specify the limit for the image size and a custom destination folder in the cloudinary with nestjs

我想在 nestjs 中将图像上传到 cloudinary。 我想将用户可以上传的图像大小限制为 1 MB。 我还想将图像上传到我在云媒体库中创建的文件夹中。 我如何在我的 Nestjs 应用程序中实现这一点? 这是我目前的实施。 cloudinary.provider.ts cloudinar ...

Python 脚本抛出连接重置错误,但手动点击端点不会 - Python script throws connection reset error but manually hitting the endpoint does not

我编写了一个 python 脚本来自动执行将图像上传到端点的过程。 代码如下: 上面的代码抛出错误,这里是回溯: ` 如果我手动将图像上传到终点,它会上传成功,所以我不知道为什么脚本会抛出错误。 我的猜测是服务器(铁路)停止了脚本,因为它太快了,但即使在实施了速率限制器之后,问题仍然存在。 其他相 ...

使用 Laravel 上传图片到 Cloudinary - Upload images to Cloudinary using Laravel

我有一个显示学生列表的表格,我希望能够将图像附加到表格中的每个孩子,然后立即将它们上传到 cloudinary。 我拥有的 PHP 代码是: 我的 Laravel 控制器代码如下所示。 我想点击提交后将多张图片上传到cloudinary。 但是在上传之前,如果图片很大,我想压缩它的大小。 而且我还 ...

未捕获的 TypeError:使用来自“cloudinary”的 import {cloudinary} 时无法读取未定义的属性(读取“split”) - Uncaught TypeError: Cannot read properties of undefined (reading 'split') when using import { cloudinary } from "cloudinary"

我以前从未遇到过这种情况。 我正在使用 Meteor.js 步骤 1. meteor npm install cloudinary 步骤 2. 在客户端文件中,我从“cloudinary”导入包 import { Cloudinary }; 当我在本地运行流星时,出现以下错误: 未捕获的类型错误: ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM