Hi,
Thanks for your reply. Your solution doesn’t work. But I found another way to get data from google sheet with pandas read_csv. Reference: Read Data from Google Sheets into Pandas without the Google Sheets API | by Merlin Schäfer | Towards Data Science
In this way, I don’t have to use gspread to read google sheet and no more conflictions.