Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Connect Discussions

Find answers, ask questions, and share expertise about Alteryx Connect.

Uploading file using Alteryx API in Python

Ayush_Awasthi
5 - Atom

We are trying to call inputfiles api (https://alteryx-stg.portal.ge.com:443/gallery/api/user/v2/inputfiles/) from custom website using python backend, but getting proxy error. The same proxy works for some external apis which we are using.

 

We are connecting through requests in python ( requests.get(url=url, headers=header, proxies=proxy) ) where header is form data for file.

 

Also the request url needs oaauth signature which generates automatically on the api documentation try out, but how should we generate it from python backend.

0 REPLIES 0