m-henderson / InstagramApiSharp

A complete Private Instagram API for .NET (C#, VB.NET).
Other
1 stars 0 forks source link

Upload Image Issue #3

Open ghost opened 5 years ago

ghost commented 5 years ago

### Important note

I've:

Issue category

Language

Usage

Operating System

Debug logs

If your issue has an debug log, post it here, unless remove this section!

Describe your issue

That's my code: var mediaImage = new InstaImageUpload {
Uri = @"C:\Bot\Files\post\file_4.jpg" };

var res = await API.MediaProcessor.UploadPhotoAsync(mediaImage, "idk");

This code throws this exception: 1 2

Hope you can help me