You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error you get back from Flickr clearly states that you are not authenticated, so you are doing something wrong in the authentication process. You should print out the HTTP headers and BODY so we can see exactly what you are sending to Flickr and see if there are any authentication credentials in your request.
FlickrKit.sharedFlickrKit().uploadImage(UIImage(named: "tumbler_normal.png")!, args: ["photo":data64], completion: { response in
print("Successs...Post image Flickr. ....")
print(response) //
Getting Error --
99: User not logged in / Insufficient permissions-->> Write permission Needed
Please Help To solve
The text was updated successfully, but these errors were encountered: