Hi Guys,
I am quite new to Appian.
I have tried using this HTTP link bigquery.googleapis.com/.../data which the link to access my project,however, everytime I put that in and test the data it throws an error. I do have the account I am getting it from Authenticated. I am lost from here.
Has anyone run into this issue and found the resolution to it?
Discussion posts and replies are publicly visible
Can you provide more information about how you have set up your integration? Did you define authentication? What error are you seeing in Appian? Did you try to test the API with an external tool like Postman to see if it succeeds there?
I created a data record in Appian and I am using the HTTP link to get the API, I did define the Authentication and the error code I am getting is:" The Requested URL Cannot be Found"The external system did not find the requested URL or is refusing to allow access to HTTP/1.1 404 Not Found
Ok are you able to call the URL successfully via another tool like Postman? That's a good way to identify if the problem is with the API or with Appian.
from the looks of it yes, how can I tell in Postman if the link was successful
If you're using Postman you should be able to check the status code - if it returns a 2XX code generally that means it was successful.