腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(4445)
视频
沙龙
1
回答
使用
REST
API
上传
后
"
cors
“
类型
的
cloudinary
响应
不正确
(
来自
React
)
、
、
、
我正在尝试
使用
下面的代码
使用
REST
API
直接调用来
上传
图像。代码在我
的
本地pc上运行(localhost:3000)。const cloudinaryUrl = 'https://
api
.
cloudinary
.com/v1_1/{my_id}/image/upload'; const imageUrl = 'httpsconsole.log('Res
浏览 5
提问于2020-10-28
得票数 0
1
回答
Axios
的
帖子被
CORS
封锁了。
使用
CLoudinary
api
、
、
、
、
我正在尝试
使用
axios发布一个帖子请求,以便从我
的
前端
React
应用程序中将图片
上传
到
cloudinary
。我从下面的axios代码中得到了这个错误: await axios({ url: "https://
浏览 18
提问于2022-01-18
得票数 1
回答已采纳
1
回答
特快专递、穆特和
Cloudinary
没有返回完整
的
云
响应
、
、
、
我
使用
multer/multer-存储-
Cloudinary
直接将图像
上传
到
Cloudinary
,而不是首先将其
上传
到本地临时目录,然后将其发送到
Cloudinary
: cloud_name:process.env.
CLOUDINARY
_NAME,
api<
浏览 2
提问于2021-01-21
得票数 1
回答已采纳
2
回答
My submit函数返回Bad Gateway 502
、
、
、
我正在尝试设置"
Cloudinary
“,以便从我
的
React
应用程序
上传
图片。this.formValid() picture: e.target.files[0] }) con
浏览 0
提问于2019-02-12
得票数 4
2
回答
Cloudinary
jQuery直接
上传
问题
我正在实现
Cloudinary
Jquery
上传
。从我
的
文件
上传
网页,如果我冲浪到另一个网站( google.com,或任何外部网站),然后单击浏览器上
的
后退按钮进入同一文件
上传
页面,
上传
失败。我得到
的
错误消息是(
来自
Firebug): 我没有在
Cloudinary
管理控制台上启用未签名
的
上
浏览 0
提问于2014-08-28
得票数 3
回答已采纳
5
回答
不需要jQuery
的
Cloudinary
客户端直接
上传
、
、
我
使用
没有jQuery
的
Cloudinary
,并试图通过浏览器直接
上传
。XMLHttpRequest cannot load https://
api
.
cloudinary
.com/v1_1/mycloud/image/upload我
浏览 8
提问于2015-01-29
得票数 1
回答已采纳
1
回答
前端直接
上传
到
cloudinary
时出现
Cors
错误
、
、
我尝试直接从我
的
客户端
上传
到
Cloudinary
服务器,以便跟踪
上传
的
进度,但问题是当我触发post请求时,它总是收到当我在我朋友
的
项目中尝试相同
的
代码时,它工作得很好,但对我来说却不是,这很奇怪,我不知道问题
浏览 14
提问于2020-07-30
得票数 0
2
回答
如何避免
CORS
飞行前请求文件
上传
?
、
、
、
、
我
使用
允许用户将文件
上传
到外部服务(
Cloudinary
更具体一点): data-url但是,我注意到浏览器会预先添加
CORS
请求。对于何时触发飞行前请求以及何时不触发,给出了相当好
的
见解。据我所见,我
的
请求满足了成为
CORS
简单请求
的
所有条件
浏览 3
提问于2014-02-12
得票数 6
回答已采纳
1
回答
节点/Express记录正确
的
响应
,但
响应
前端日志记录完全不同
、
、
、
、
我正在为电子商务网站开发一个表单,允许管理员/所有者将图片
上传
到
Cloudinary
。图像正在成功地
上传
到
Cloudinary
,当我在第17行记录
响应
(console.log(uploadedResponse) )时,后端终端将打印正确
的
信息。'
cors
'); const {
cloudinary
} = require('./utils/
cloudinary
');
浏览 3
提问于2022-06-27
得票数 0
回答已采纳
1
回答
如何用express恢复formData中多个下载
的
镜像?
、
、
、
、
你好,对不起,我
的
英语,我有一个小问题。我试着
上传
很多图片,但在后面我只有一张图片(我
使用
React
express可怕
的
cloudinary
),这是我
的
代码前端:const result = await
cloudinary
.uploader.upload(req.files.image.path, { folder: `
api
浏览 1
提问于2021-03-17
得票数 0
3
回答
如何
使用
formdata发送图片文件到
React
/Next js
api
?
、
、
我正在尝试将一个文件发送到下一个js应用程序中
的
api
。镜像将被
上传
到
cloudinary
: 函数调用接口为: async uploadButtonClicked(imageUpload) { console.log(req.body) 当我
使用
浏览 45
提问于2020-10-22
得票数 3
1
回答
Reactjs显示动态值
、
、
、
嗨,我正在
使用
下面的代码在
Cloudinary
上传
图片import
React
, { Component } from '
react
'; formData.append('timestamp', (Date.now
浏览 3
提问于2019-03-04
得票数 0
2
回答
角形数据
上传
到
Cloudinary
时出现
Cors
错误
、
您好,我正在尝试从我
的
本地主机angular应用程序上载图像到
cloudinary
api
,并得到以下错误<input type="file" #file (change)="
浏览 0
提问于2020-07-04
得票数 1
2
回答
Apollo-upload-client with
Cloudinary
、
、
、
我正在尝试
使用
apollo-upload-client,graphql和
cloudinary
上传
图像,帮助:我下面的代码是否正确?有没有人在他们
的
代码中成功地实现了apollo-client-upload,graphql
浏览 4
提问于2018-11-17
得票数 0
2
回答
Cloudinary
文件上载错误
、
、
、
我正在编写一个关于
使用
Express.js
的
REST
。
API
需要接受
来自
客户端
的
视频文件,并将其
上传
到
cloudinary
。当我
使用
api
将文件返回给客户端(作为测试)时,一切都很完美。然后,当我试图将同一个文件
上传
到
cloudinary
时,我会得到一个错误。如果其他人有这个问题,你是怎么解决
的
?下面是给我带来问题
的
代码:var
浏览 4
提问于2016-11-25
得票数 0
回答已采纳
1
回答
属性'create‘不存在于{ new (fileBits: BlobPart[],fileName: string,options?:FilePropertyBag未定义):File;prototype: File}上
、
、
、
我正在尝试
使用
Multer,
Cloudinary
,
类型
记录和Mongoose创建一个文件共享应用程序。当我试图将用户
上传
的
文件和文件名、文件大小、Secure_url & format等数据保存到mongoose数据库时,它一直向我抛出这个
类型
记录<code>E 210</code>错误Property({
浏览 2
提问于2021-08-04
得票数 0
2
回答
直接从浏览器
上传
图片到
cloudinary
、
、
我是
cloudinary
的
新手,我想从浏览器直接
上传
多个图像到
cloudinary
<!"></script> $.
cloudinary
.config({ cloud_name: 'imagedb-com',
api
_key: '634138425488393var data = '{"timestamp&qu
浏览 1
提问于2014-11-27
得票数 1
1
回答
当我试图将图像发布到
Cloudinary
时,我一直收到一个错误
的
请求
、
、
、
我正在尝试
使用
axios和
react
将图片
上传
到
cloudinary
。我有两个功能。let formData = new FormData(); formData.append("
api
_secretexport function storeOnCloudinary(formData){ return
浏览 2
提问于2018-12-14
得票数 1
回答已采纳
1
回答
从
cloudinary
获取pdf数据并将其保存在flutter中
、
我一直
使用
cloudinary
来存储我
的
pdf文件,并
使用
firebase作为我
的
后端。然而,我对它有这个问题。当我在
cloudinary
https://res.
cloudinary
.com/cloudname/raw/upload/vxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxx提供
的
链接上
使用
任何关于如何
使用
flutter在
浏览 9
提问于2020-06-01
得票数 0
1
回答
如何修复未捕获(在promise中) SyntaxError: JSON输入
的
意外结束?
、
、
、
、
所以我想
使用
React
上传
一个文件到
Cloudinary
,但是在我
的
let json = await res.json();行中得到了一个Upload.js:22 Uncaught (in promiseclass Upload extends
React
.Component { var file = e.target.files[0];dvrmt2oir"); formdata.append(&q
浏览 12
提问于2019-05-01
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
跨域问题
RESTful API 编写指南
给你推荐15个好玩的库
调用 Express API时出现奇怪的CORS错误该怎么办?
Airbnb:我们如何将大部分 API 迁移到 GraphQL
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券