You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the code chunks separately, the data finally downloads. However, when I put the script on Shiny apps or in a similar environment, and run the R-script, the download fails.
Any reason for this? (See screenshot)
The text was updated successfully, but these errors were encountered:
For the sake of simplicity, I would take another approach. I would run a cron job that downloads data at regular intervals and feed the downloaded data to the shiny app. This way, the shiny app will not execute the API call, but will use the downloaded data.
Hope this helps.
When I run the code chunks separately, the data finally downloads. However, when I put the script on Shiny apps or in a similar environment, and run the R-script, the download fails.
Any reason for this? (See screenshot)
The text was updated successfully, but these errors were encountered: