Using action Query Content Provider

Post your questions and help other users.

Moderator: Martin

Post Reply
skiptannen
Posts: 82
Joined: 13 Jan 2014 21:39

Using action Query Content Provider

Post by skiptannen » 26 Feb 2015 17:10

I understand that working with action Query Content Provider is not easy, but I'm game to give it a try - I have a couple of flows that would really benefit from getting at those data. How do I find out which content providers are available to Automagic and how do I find where the data are located? And would that give me enough information to structure the Content URI statement?

There are a couple of apps that I would like to get data out of, but the one I'm working with right now is Ultimate To-do List.

Thank you.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Using action Query Content Provider

Post by Martin » 26 Feb 2015 19:24

Hi,

The ContentProvider URI should be documented by the app containing the provider when they want to share the data with other apps. Check the website of the todo-list app or contact the developer and ask about the URIs.
Often apps don't let other apps access the content providers or require some kind of permission that's most likely not granted to Automagic.

Regards,
Martin

skiptannen
Posts: 82
Joined: 13 Jan 2014 21:39

Re: Using action Query Content Provider

Post by skiptannen » 27 Feb 2015 16:49

Thanks for the quick response, Martin. I contacted the dev and he gave me two content providers and URI's that can access his database. I'm now able to get some data, but I'm having trouble figuring out how to write the queries to get more granular subsets of the data that I'm looking for. I'm hoping the dev will give me some additional info on the database schema, tables, etc. I'm also trying to find general documentation on working with content providers that a non-programmer can understand. As you said before, this stuff isn't easy....

Thanks again.

Post Reply