private async Task<byte[]> ReadDataStream(long totalLength)
{
var buffer = new byte[BUFFER_SIZE];
int read = 0;
int totalRead = 0;
using (var ms = new MemoryStream())
{
惠請幫幫我嗎?我想打電話給VIMEO視頻搜索api.when我通過OAuth的調用搜索API則錯誤出現通過OAuth的簽名不是valid.this是我的代碼 OAuthService service = new ServiceBuilder()
.provider(VimeoApi.class)
.apiKey(ApiKey)
.apiSecret(