DEMO 语言类型
PHP
Python
JAVA
GO
网页版工具
命令行工具
存储/云处理 SDK
直播 SDK
短视频 SDK
第三方插件
UPX 命令行工具
Other
UPYUN DEMO 汇总
PHP(点击预览,下载请选择右键存储为,默认编码UTF-8)
REST 上传文件
https://techs.upyun.com/script/php/1-rest_upload.php
REST 复制文件
https://techs.upyun.com/script/php/2-rest_copy.php
Rest 移动文件
https://techs.upyun.com/script/php/3-rest_move.php
Rest 下载文件
https://techs.upyun.com/script/php/4-rest_get.php
Rest 删除文件
https://techs.upyun.com/script/php/5-rest_delete.php
Rest 获取文件信息
https://techs.upyun.com/script/php/6-rest_info.php
Rest 获取目录文件列表
https://techs.upyun.com/script/php/7-rest_list.php
Rest 获取服务使用量
https://techs.upyun.com/script/php/8-rest_usage.php
Form 上传文件
https://techs.upyun.com/script/php/9-form_upload.php
压缩解压缩
https://techs.upyun.com/script/php/10-compress_depress.php
单个文件拉取
https://techs.upyun.com/script/php/11-spiderman_single.php
多个文件拉取
https://techs.upyun.com/script/php/12-spiderman_multi.php
异步处理
https://techs.upyun.com/script/php/13-async_process.php
文档转换
https://techs.upyun.com/script/php/14-uconvert.php
图片拼接
https://techs.upyun.com/script/php/15-pic_jigsaw.php
后台 API 创建 token
https://techs.upyun.com/script/php/16-franky_api_token.php
后台 API url 刷新
https://techs.upyun.com/script/php/17-franky_api_purge.php
后台 API 文件预热
https://techs.upyun.com/script/php/18-franky_api_preheat.php
后台 API 访问分析
https://techs.upyun.com/script/php/19-franky_api_access.php
后台 API 详细流量查询
https://techs.upyun.com/script/php/20-franky_api_flow.php
发送短信接口
https://techs.upyun.com/script/php/21-sms_send.php
图片识别有存储
https://techs.upyun.com/script/php/22-imgaudit.php
PHP SDK Demo
https://techs.upyun.com/script/php/23-php_sdk_demo.php
PHP SDK 上传预处理
https://techs.upyun.com/script/php/24-php_sdk_upload.php
PHP SDK 压缩包
https://techs.upyun.com/script/php/php-sdk.zip
Python(点击预览,下载请选择右键存储为,默认编码UTF-8)
Rest 签名认证
https://techs.upyun.com/script/python/1-rest_api_auth.py
Rest token 认证
https://techs.upyun.com/script/python/2-rest_api_token.py
Rest 上传文件
https://techs.upyun.com/script/python/3-rest_upload.py
Rest 下载文件
https://techs.upyun.com/script/python/6-rest_getfile.py
Rest 复制文件
https://techs.upyun.com/script/python/clone.py
Rest 移动文件
https://techs.upyun.com/script/python/move.py
Rest 删除文件
https://techs.upyun.com/script/python/7-rest_delfile.py
Rest 创建目录
https://techs.upyun.com/script/python/8-rest-mkdir.py
Rest 获取文件信息
https://techs.upyun.com/script/python/9-rest_info.py
Rest 获取文件列表
https://techs.upyun.com/script/python/10-restlistfile.py
Rest 获取使用量
https://techs.upyun.com/script/python/11-rest_usage.py
Form 上传文件 2.7
https://techs.upyun.com/script/python/12-form_api_upload_2.7.py
Form 上传文件 3.0
https://techs.upyun.com/script/python/13-form_api_upload_3.0.py
Form 上传文件 3.0 (旧签名)
https://techs.upyun.com/script/python/python-old-form.py
压缩
https://techs.upyun.com/script/python/14-compress.py
解压缩
https://techs.upyun.com/script/python/15-depress.py
文件拉取
https://techs.upyun.com/script/python/16-spiderman.py
Form 上传文件 base64
https://techs.upyun.com/script/python/17-form_base64_upload.py
Form 上传预处理
https://techs.upyun.com/script/python/18-form_apps_pretreatment.py
异步处理
https://techs.upyun.com/script/python/19-async_process.py
同步处理:获取音视频元信息
https://techs.upyun.com/script/python/20-media_getmeta.py
文档转换
https://techs.upyun.com/script/python/22-uconvert.py
同步处理:视频截图
https://techs.upyun.com/script/python/23-synchronization_snapshot.py
图片拼接
https://techs.upyun.com/script/python/24-jigsaw.py
批量 URL 刷新
https://techs.upyun.com/script/python/25-purge_api.py
批量 URL 预热
https://techs.upyun.com/script/python/Preheat.py
SDK 上传文件
https://techs.upyun.com/script/python/26-sdk_upload.py
SDK 并行断点续传
https://techs.upyun.com/script/python/27-sdk_resume_parallel.py
SDK Rest Api
https://techs.upyun.com/script/python/29-sdk_rest.py
SDK 异步处理
https://techs.upyun.com/script/python/30-sdk_process.py
两个服务间进行文件迁移
https://techs.upyun.com/script/python/31-transfer_file.py
Token 防盗链计算 token
https://techs.upyun.com/script/python/32-time_token.py
发送短信接口
https://techs.upyun.com/script/python/33-sms_send.py
计算95峰值
https://techs.upyun.com/script/python/get95Peak.py
获取服务名列表
https://techs.upyun.com/script/python/getBucketName.py
获取操作员列表
https://techs.upyun.com/script/python/operators_list.py
获取域名列表
https://techs.upyun.com/script/python/getDomain_List.py
计费流量查询
https://techs.upyun.com/script/python/getTatistics.py
获取带宽峰值-最大请求次数
https://techs.upyun.com/script/python/getBandwithReqs.py
访问数据分析
https://techs.upyun.com/script/python/34-get_analysis.py
获取图片宽高
https://techs.upyun.com/script/python/getWidthAndHeight.py
获取证书列表
https://techs.upyun.com/script/python/GetCertificate.py
获取服务下域名
https://techs.upyun.com/script/python/GetDomains.py
获取域名的绑定空间
https://techs.upyun.com/script/python/GetBucket.py
设置参数跟随
https://techs.upyun.com/script/python/Args_follow.py
JAVA(点击预览,下载请选择右键存储为,默认编码UTF-8)
Rest 上传文件
https://techs.upyun.com/script/java/1-RestUploadDemo.java
复制/移动文件
https://techs.upyun.com/script/java/2-CopyOrMoveFileDemo.java
Form 制作签名
https://techs.upyun.com/script/java/3-FormSign.java
Form 上传文件
https://techs.upyun.com/script/java/4-FormUploadDemo.java
文件拉取
https://techs.upyun.com/script/java/5-SpiderDemo.java
异步音视频处理
https://techs.upyun.com/script/java/6-AsynProcessDemo.java
同步处理:获取视频元数据
https://techs.upyun.com/script/java/7-SyncGetMetadata.java
GO(点击预览,下载请选择右键存储为,默认编码UTF-8)
查询音视频任务进度
https://techs.upyun.com/script/go/x-go-query.go
批量刷新URL
https://techs.upyun.com/script/go/x-go-purge.go
获取文件列表
https://techs.upyun.com/script/go/x-go-list.go
网页版工具
云存储云处理 Web 工具
https://uptoolset.upyun.com/
基本签名认证
https://techs.upyun.com/script/tools/basic.html
REST API 制作签名
https://techs.upyun.com/script/tools/rest.html
FORM API 制作签名
https://techs.upyun.com/script/tools/form.html
TOKEN 上传签名
https://techs.upyun.com/script/tools/form.html
TOKEN 防盗链
https://techs.upyun.com/script/tools/token.html
JS Form 上传
https://techs.upyun.com/script/tools/jsform.html
JS Form 大文件 上传
https://techs.upyun.com/script/tools/bigform.html
JS 断点续传文件上传
https://techs.upyun.com/script/tools/slice_upload_serial/slice.html
视频截图
https://techs.upyun.com/script/tools/capture.html
命令行工具
获取文件列表工具-1
https://techs.upyun.com/script/other/uposs.zip
获取文件列表工具-2
https://techs.upyun.com/script/go/getlist.zip
复制文件夹
https://techs.upyun.com/script/go/copy.zip
拉取文件到另一个服务
https://techs.upyun.com/script/go/spider.zip
多系统批量刷新工具
https://techs.upyun.com/script/go/purge.zip
存储/云处理 SDK
iOS SDK
https://techs.upyun.com/script/SDK/1-ios-sdk-master.zip
Android SDK
https://techs.upyun.com/script/SDK/2-android-sdk-master.zip
PHP SDK
https://techs.upyun.com/script/SDK/3-php-sdk-master.zip
Python SDK
https://techs.upyun.com/script/SDK/4-python-sdk-master.zip
Node.js SDK
https://techs.upyun.com/script/SDK/5-node-sdk-master.zip
Ruby SDK
https://techs.upyun.com/script/SDK/6-ruby-sdk-master.zip
Go SDK
https://techs.upyun.com/script/SDK/7-go-sdk-master.zip
Java SDK
https://techs.upyun.com/script/SDK/8-java-sdk-master.zip
Erlang SDK
https://techs.upyun.com/script/SDK/9-erlang-sdk-master.zip
C SDK
https://techs.upyun.com/script/SDK/10-c-sdk-master.zip
视频预处理 Node SDK
https://techs.upyun.com/script/SDK/11-node-av-pretreatment-master.zip
Java 缓存刷新 SDK
https://techs.upyun.com/script/SDK/12-java-purge-sdk-master.zip
多语言生成 token 例子
https://techs.upyun.com/script/SDK/13-token-examples-master.zip
小程序 SDK
https://techs.upyun.com/script/SDK/14-wechat-sdk-master.zip
直播 SDK
Android 流媒体播放器
https://techs.upyun.com/script/SDK/1-android-player-sdk-master.zip
Android 推流 SDK
https://techs.upyun.com/script/SDK/2-android-push-sdk-master.zip
推流 token
https://techs.upyun.com/script/SDK/4-live_push_token-master.zip
短视频 SDK
Android 短视频 SDK
https://techs.upyun.com/script/SDK/1-Android-short-video-master.zip
iOS 短视频 SDK
https://techs.upyun.com/script/SDK/2-ios-short-video-master.zip
Android 上传 SDK
https://techs.upyun.com/script/SDK/3-Android-short-video-master.zip
iOS 上传 SDK
https://techs.upyun.com/script/SDK/4-ios-short-video-master.zip
Android 播放器 SDK
https://techs.upyun.com/script/SDK/5-Android-short-video-master.zip
iOS 播放器 SDK
https://techs.upyun.com/script/SDK/6-ios-short-video-master.zip
第三方插件
又拍云存储管理客户端Mac
https://techs.upyun.com/script/SDK/1-updrive-0.38.0-mac.zip
又拍云存储管理客户端Win
https://techs.upyun.com/script/SDK/2-updrive-0.38.0-win.zip
又拍云资源管理器Mac
https://techs.upyun.com/script/SDK/3-Upyun.Manager-0.0.9-mac.zip
又拍云资源管理器Win
https://techs.upyun.com/script/SDK/4-manager-for-upyun-Setup-0.0.9.exe
又拍云大文件上传客户端Mac
https://techs.upyun.com/script/SDK/5-upbf-client-Mac.zip
又拍云大文件上传Win
https://techs.upyun.com/script/SDK/6-upbf-client.exe
UPX 命令行工具
Windows x86_64
https://techs.upyun.com/script/SDK/1-upx_0.3.5_Windows_x86_64.zip
Windows i386
https://techs.upyun.com/script/SDK/2-upx_0.3.5_Windows_i386.zip
Mac x86_64
https://techs.upyun.com/script/SDK/3-upx_0.3.5_Darwin_x86_64.tar.gz
Linux x86_64
https://techs.upyun.com/script/SDK/4-upx_0.3.5_linux_x86_64.tar.gz
Linux i386
https://techs.upyun.com/script/SDK/5-upx_0.3.5_linux_i386.tar.gz
Linux arm64
https://techs.upyun.com/script/SDK/6-upx_0.3.5_linux_arm64.tar.gz
Linux armv6
https://techs.upyun.com/script/SDK/7-upx_0.3.5_linux_armv6.tar.gz
Linux armv7
https://techs.upyun.com/script/SDK/8-upx_0.3.5_linux_armv7.tar.gz
Other
JS Form上传文件
https://techs.upyun.com/script/other/1-Js_Form_Upload_Demo.zip
Aandroid 上传文件
https://techs.upyun.com/script/other/2-Android_Upload_Demo.zip
微信小程序上传文件
https://techs.upyun.com/script/other/3-Wechat_Upload_Demo.zip
C-Sharp SDK Demo
https://techs.upyun.com/script/other/4-C-Sharp-SDK_Demo.cs
Discuz 又拍云插件
https://techs.upyun.com/script/other/5-Discuz_Plug.zip