library("googledrive")
drive_find(n_max = 30)
The following code was working in my system. I updated few packages but seems not working right now with the error
Error: Can't get Google credentials.
Are you running googledrive in a non-interactive session? Consider:
drive_deauth()
to prevent the attempt to get credentials.- Call
drive_auth()
directly with all necessary specifics.- Read more in: Non-interactive auth • gargle
Please help me out.
Thanks