I tried to use excel automate script to fetch project data and got error "failed to fetch", however I can get correct response if I access the URL on web browser. Does anyone know why it's not function with excel script? Please help~ thanks.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
most likely a CORS issue
While hitting the API with a browser works, it does not when you e.g. use javascript to make the API call...
Best I got is to use Fusion as your endpoint for OfficeScript. It's lame and I've asked Support but was told the Dev team considers this a security issue 😕
조회 수
답글
좋아요 수
Thanks for your reply, the problem is I don't have fusion in my plan🤷♂️. is there any other way to let office and Workfront talk to each other? I do able to use Python, but it is not so friendly for everyone especially BOSSss🤣
조회 수
답글
좋아요 수
If you run an endpoint using Python, you can hit that endpoint from Excel, and then use Python to call the API.
조회 수
답글
좋아요 수
I would raise a ticket nonetheless with support so they see their CORS block for API calls is a bit (in my eyes) misguided
조회 수
답글
좋아요 수