raise ValueError("Client secrets must be for a web or installed app.")
ValueError: Client secrets must be for a web or installed app.
Traceback (most recent call last):
File "D:\heloi\macall_rag\excluir.py", line 4, in <module>
red = reader.load_data(id)
File "C:\Users\heloi\anaconda3\envs\macall_rag_libs\lib\site-packages\llama_index\readers\google\drive\base.py", line 519, in load_data
self._creds = self._get_credentials()
File "C:\Users\heloi\anaconda3\envs\macall_rag_libs\lib\site-packages\llama_index\readers\google\drive\base.py", line 178, in _get_credentials
flow = InstalledAppFlow.from_client_config(self.client_config, SCOPES)
File "C:\Users\heloi\anaconda3\envs\macall_rag_libs\lib\site-packages\google_auth_oauthlib\flow.py", line 159, in from_client_config
raise ValueError("Client secrets must be for a web or installed app.")
ValueError: Client secrets must be for a web or installed app.