In gdrive_board, pin_write throws an error when there are folders with duplicate folder names with the board.
The error also occurs for shortcuts and between folders of different hierarchies.
The cause of the error seems to be that pins:::gdrive_mkdir uses name of the board's dribble instead of its id.
The error occurs as follows,
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
In
gdrive_board
,pin_write
throws an error when there are folders with duplicate folder names with the board. The error also occurs for shortcuts and between folders of different hierarchies.The cause of the error seems to be that
pins:::gdrive_mkdir
usesname
of the board's dribble instead of itsid
. The error occurs as follows,Created on 2024-01-11 with reprex v2.0.2