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
Apparently, the result of the previous line (permission_out) does not have the expected content.
I'm passing a 1-row dribble, to which I've added email and message columns. Constructing a reproducible example is difficult, because I'm not sure why these two dribbles are failing. They seem very similar to the rest of the rows, which do work. I could share a dput of the offending rows, but I'd want to be sure this is safe (not sharing sensitive user data).
This is what they look like, superficially
vendor_name name id drive_resource email
<chr> <chr> <drv_id> <list> <chr>
1 Fat Cat Bakes Fat-Cat-Bakes-mar-16-31-2024.pdf 1hLH53FPB8NrRDC99z23UeIXWzANzQcBm <named list [41]> [email protected]
2 Nona's Bulgarian Yogurt Nonas-Bulgarian-Yogurt-mar-16-31-2024.pdf 1RNA2ftfu3BvDSLMmcftISkZgCHlak8Jp <named list [41]> [email protected]
The text was updated successfully, but these errors were encountered:
If you're in a position to install googledrive from source, you could put a breakpoint / browser call at the offending line and take a look at the permission_out object to get more information.
Function works for most users. Fails unexpectedly with certain users (2 out of 60). The file does end up being shared.
The error:
referring to this line:
googledrive/R/drive_share.R
Line 96 in ed574d9
Apparently, the result of the previous line (
permission_out
) does not have the expected content.I'm passing a 1-row
dribble
, to which I've added email and message columns. Constructing a reproducible example is difficult, because I'm not sure why these two dribbles are failing. They seem very similar to the rest of the rows, which do work. I could share adput
of the offending rows, but I'd want to be sure this is safe (not sharing sensitive user data).This is what they look like, superficially
The text was updated successfully, but these errors were encountered: