云存储可以用API访问吗
-
如果有,请给个例子,如果没有,有python相关的文档吗
-
JS安装
安装supabase-js
通过npm命令安装npm install @supabase/supabase-js
通过Gitee获取源代码 GitHub.
或通过CDN
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script> //or <script src="https://unpkg.com/@supabase/supabase-js"></script>
云存储的JS接口可以参考:https://docs.memfiredb.com/base/javascript/storage-createbucket.html
快速入门:Vue3:https://docs.memfiredb.com/base/example/QuickstartsVue3.html
希望对你有所帮助,如有疑问,欢迎随时沟通~
-
@admin ,请问这个云存储有单独用js页面方式访问吗,因为项目中不牵涉到小程序这些框架
-
@qq88985356 云存储的JS接口可以参考:https://docs.memfiredb.com/base/javascript/storage-createbucket.html
样例可以参考:HelloBBS论坛小程序 https://docs.memfiredb.com/base/example/helloBBS.html
Python访问数据库参考:https://docs.memfiredb.com/posts/example/Python-example.html
如有疑问,欢迎随时沟通哦~