Skip to content

Random empty result. #1

Description

@tiagomestre

Hello, I'm having a problem where the UploadResult returned from the method Upload in the Cloudinary class is completely empty, and this problem happens randomly.

The code:

public string Put(string imageUrl)
{
     var fileDescription = new FileDescription(imageUrl);
     var result = this.provider.Upload(new ImageUploadParams{ File = fileDescription });
     return result.Uri.AbsoluteUri;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions