Access Gallery API through Alteryx APP
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Has anyone succesfully accessed the Gallery API through an Alteryx App? It looks like the oauth_signature creation may be the sticking point, but i've reached the limit of my knowledge on the matter.
Solved! Go to Solution.
- Labels:
- API
- Apps
- Documentation
- Gallery
- Settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm currently stuck with the same error as @jineshnp31, has anyone found a resolution to the authentication problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I had issues with the signature as well - my issue was the server dateTime wasn't aligning with the client dateTime when i ran the workflow. However, there are a few other ways that the signature can be invalid - if you have an example you can send over, i'd be happy to take a look at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Matt,
I did not find a resolution to the issue, but I did reach out to our account rep who assisted to get in touch with their tech team. They provided another macro which allows to connect to the Gallery API. This solutions works well for me, although I have not used it in a production environment so far. But it does the job well. Try reaching out to your rep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@jineshnp31 Is the macro provided to you available to download or can you share it? I'm also having the invalid signature error and can't figure out what the issue is. I've already converted my timestamp to UTC, but the error persists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@mse139 you might want to try the Oauth1 macro i created to make your signature. that signature can be tricky to create as everything has to be in the right order to hash correctly. I posted it here a little while back:
https://community.alteryx.com/t5/Alteryx-Designer-Discussions/OAuth-1-0-example-needed/m-p/36156
Let me know if you have any questions on it and i can help diagnose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@jarrod This is great, worked like a charm! Thanks!
Not sure where I went wrong, I compared my workflow to your macro and we are doing the exact same thing - except mine doesn't use UI components. When I supply the same timestamp and nonce to both workflows, the resulting signature does not match the one I generate (but yours is valid). Very strange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have encountered the same issue with the macro - after adjusting the timestamp to the same timezone as the server*, I was getting the error "The provided signature(oauth_signature) is invalid." What solved the issue for me was removing the ":port" in the URL (https://COMPANY.com:PORT/gallery/api/v1) in order to calculate the oauth_signature, and then I added the ":port" later, in the same formula tool where I concatenated the URL with the oauth_signature. I hope it works for others that are looking for this answer.
*you can check the server's timezone but looking and the API call that the api-docs page provides
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
If we call the Gallery api externally from another application is there a way to limit the number of calls? We would be using Post to run existing Alteryx Apps.
Thank You!

- « Previous
- Next »