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.
如何将此代码转换为使用 Box Api 下载和上传到 C#
curl https://www.box.com/api/2.0/files/content \ -H "Authorization: BoxAuth api_key=API_KEY&auth_token=AUTH_TOKEN" \ -F filename=@FILE_NAME \ -F folder_id=FOLDER_ID
我想使用 WebRequest 将此 cURL 转换为 c#
我在上面的评论中听从 John Hoerr 的回答。