Skip to content

Fix problem when Connect user writes a new pin with a different Connect user name #842

@juliasilge

Description

@juliasilge

If I try to write a new pin to Connect using code like:

library(pins)
b <- board_connect()
b |> pin_write(1:10, "katie.masiello/this-is-not-really-katie")

the write succeeds and I get results like these:

Screenshot 2024-10-02 at 1 11 50 PM

The code for the HTML preview shows Katie's username, but that code will not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions