imgur.dart icon indicating copy to clipboard operation
imgur.dart copied to clipboard

GET all image Failed

Open H-Zaman opened this issue 4 years ago • 1 comments

final client = imgur.Imgur(imgur.Authentication.fromToken(imgurToken));

  /// Get your uploaded images
  final resp = await client.account.getImages();

this fails. with error Instance of Response.

H-Zaman avatar Aug 16 '20 05:08 H-Zaman

Hello,

do you have further information about your issue? A trace log?

Are you sure that your token is correct?

Thank you.

shellbear avatar Oct 25 '20 01:10 shellbear