googledrive package is not working?

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

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.