Meme Generator

フリーミアム
よって Meme Generator API | 更新済み 24 days ago | Entertainment
人気

9.4 / 10

レイテンシー

381ms

サービスレベル

98%

Health Check

N/A

すべてのディスカッションに戻る

Uploading images using .Net always returns image already exists error.

Rapid account: Marcus 14530
marcus14530
5 years ago

I have tried multiple ways but I cant figure it out.

Code I use to save the image and convert to Byte[]:

        Byte[] bytes = new WebClient().DownloadData(attachment.Url);
        File.WriteAllBytes(attachment.Filename, bytes);
        Thread.Sleep(100);
        HttpResponse<string> response = Unirest.post(PostImageURL).header("X-Mashape-Key", "API_KEY").field("image", File.ReadAllBytes(""+attachment.Filename)).asString();

for some reason it always returns image already exists when it definitely doesnt.

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿