Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am using swift 2.1. trying to post image to Flickr #48

Open
Mahadev77 opened this issue Oct 3, 2016 · 4 comments
Open

I am using swift 2.1. trying to post image to Flickr #48

Mahadev77 opened this issue Oct 3, 2016 · 4 comments

Comments

@Mahadev77
Copy link

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

@devedup
Copy link
Owner

devedup commented Oct 3, 2016

You will need to go through the Authorisation/Login process before you can upload images.

@Mahadev77
Copy link
Author

Mahadev77 commented Oct 3, 2016

I have gone through login.. same error occure
error link https://www.flickr.com/groups/api/discuss/72157674609553726/72157673471157251/

@devedup
Copy link
Owner

devedup commented Oct 3, 2016

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.

@Mahadev77
Copy link
Author

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants