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

HTTPError: 401 Client Error: Unauthorized for url: https://www.pinterest.com/upload-image/ #204

Open
bourbe opened this issue May 3, 2024 · 1 comment

Comments

@bourbe
Copy link

bourbe commented May 3, 2024

Hello I am facing a issue where I need help

I checked that in my account I cant upload with my emai and password and it is OK

I took into account the reco relative to the login issue

My code hereunder

`
import random
import time
import os

from py3pin.Pinterest import Pinterest

pinterest = Pinterest(email='@gmail.com',
password='
*****',
username='business1',
cred_root='C:/Users/clark.djilo/Downloads/AFFIL_PINTEREST/AWEBER/cred_root')

pinterest.login()

pinterest.upload_pin(board_id='1054264662709700836',
image_file='C:/Users/clark.djilo/Downloads/AFFIL_PINTEREST/AWEBER/images/01_20240502224514.png',
description='test_d',
title='test_a',
link='xxxx.com')

RETURN : HTTPError: 401 Client Error: Unauthorized for url: https://www.pinterest.com/upload-image/

pinterest.pin(board_id="1054264662709700836",
image_url="https://drive.google.com/file/d/1RQmFlQNmq5TQAaaJwNQ_jVGDlPV35Ww1/view?usp=sharing",
description="test_d",
title="test_a",
link="xxxx.com")

RETURN : HTTPError: 401 Client Error: Unauthorized for url: https://www.pinterest.com/resource/PinResource/create/
`

Please can you help me make this work please ?

@tuxlog
Copy link

tuxlog commented Jun 1, 2024

Maybe you can try setting country to US and language to english in your pinterest profile as described here

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