Meme Generator

פרמיום
על ידי Meme Generator API | מְעוּדכָּן 24 दिन पहले | Entertainment
פּוֹפּוּלָרִיוּת

9.4 / 10

חֶבִיוֹן

384ms

רמת שירות

98%

Health Check

N/A

חזרה לכל הדיונים

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

Rapid account: Marcus 14530
marcus14530
5 वर्ष पहले

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.

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות