Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
签署包含文件的 Oauth 1.0 请求时要遵循的正确流程是什么?您是否包含用于哈希计算的文件或只是其中的一些键?还是完全省略了?
您只需要在签名基本字符串中包含内容类型为application/x-www-form-urlencoded. 您的文件上传将multipart/form-data如此,因此您不需要包含文件的任何部分来进行签名计算。请参阅此处了解更多信息。
application/x-www-form-urlencoded
multipart/form-data