I have a data connection in my Tabular model that is 2019/1500 compatibility level.
I have the model in VS 2019, and am refreshing data from an SPO list.
The issue is that when I go to refresh the token expires and I have to manually go to the data source connection credentials and refresh them.
How can I set this up so I don't have to use a token that expires?
Currently my connection details are listed as:
{
"protocol": "sharepoint-list",
"address": {
"url": "https://mysite.sharepoint.com/p/SomePage"
},
"authentication": null,
"query": null
}
and my security credentials:
{"AuthenticationKind":"OAuth2","Expires":"Mon, 13 Jul 2020 17:11:44 GMT","RefreshToken":"********","ProviderType":"SharePointAAD"}