Forum Discussion
Using the R script in PowerBI to connect to spotify via Rspotify Package - issue with OAuth
- 8 years ago
Hey,
and you should also be aware, that the Power BI Service does not allow to reach out to "foreign" web ressources. So, whatever you do with the Spotify data, the data has to be gathered locally and then published to the Power BI service manually.
There will be no way to configure an automatic refresh that allows running an RScript sourcing a "foreign" web ressource.
Regards
Tom
Hi Polly,
According to my test, the OAuth2 seems needing user interaction. However, Power BI Desktop will halt the R scripts if interactive calls happen. Please refer to desktop-r-scripts#prepare-an-r-script.
>>>Interactive calls in the R script, such as waiting for user input, halts the script’s execution
I wonder if this post could help.
Best Regards,
Dale
Hey Dale,
Ah that's what I feared!
Thanks for your response I'll read the post post and see if I can get it to work
Thanks,
Polly
- TomMartens8 years agoSuper User
Hey,
and you should also be aware, that the Power BI Service does not allow to reach out to "foreign" web ressources. So, whatever you do with the Spotify data, the data has to be gathered locally and then published to the Power BI service manually.
There will be no way to configure an automatic refresh that allows running an RScript sourcing a "foreign" web ressource.
Regards
Tom
- Polly8 years agoHelper I
Thanks guys