rstudio / pins-r

Pin, Discover and Share Resources
https://pins.rstudio.com
Other
301 stars 62 forks source link

Use standard httr mechanism for sending JSON #762

Open hadley opened 11 months ago

hadley commented 11 months ago

https://github.com/rstudio/pins-r/blob/main/R/board_connect.R#L659-L661

For complicated reasons, the current approach causes a "necessary data rewind wasn't possible" error when uploading to a server url with a redirect.

hadley commented 11 months ago

This might be tricky to fix given the special requirements of connect auth.