jkunlin
jkunlin
I am very sorry that this repository has not been maintained for a long time. Therefore, I don't really know what is wrong with your question.
Sometimes It will and sometimes will not. For example, if I select one line from head to tail in visual mode, and run ":GrammarousCheck", then moving cursor to the highlighted...
> > 我之前也遇到过这个问题,大概是因为用的master application key的原因,后来新建了一个application key就好了。 CORS设置不对也会出现文件创建0kb然后上传失败的情况,需要用B2的CLI工具设置CORS策略,之前allowedOperations里没加s3的权限,折腾了好久才发现是这个问题。 > > ``` > > b2 update-bucket --corsRules '[{"corsRuleName":"cloudreveAllowDownloadWithUpload","allowedOrigins":["*"],"allowedHeaders":["*"],"allowedOperations":["b2_download_file_by_id","b2_download_file_by_name","b2_upload_file","b2_upload_part","s3_delete","s3_get","s3_head","s3_post","s3_put"],"exposeHeaders":["authorization","x-bz-file-name","x-bz-content-sha1"],"maxAgeSeconds":3600}]' > > ``` > > > > > > > > > > >...