Hello everyone, I have an issue with RStudio Connect API
There are some content that are not listed in the result of the API content info request
I cant find any reason why these contents are not found, some are documents, some are shiny app, some are owned by me, some are owned by other user. But in the available listing there are some documents, some shiny apps, contents I own, contents other user own. In fact most of them are listed, only a few are not.
connectServer <- *******
apiKey <- *******
library(httr)
result <- GET(paste0(connectServer, '__api__/v1/content'),
add_headers(Authorization = paste("Key", apiKey)))
content(result)
Does anyone have any idea on what is wrong
Thanks in advance