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
fix: add source-path to all notebook-scoped RPC calls
The NotebookLM BatchExecute API requires a source-path query parameter
(/notebook/{id}) for all notebook-scoped operations. Without it, the API
returns null for research, artifacts, summary, etc.
Fixed: addSource, startResearch, pollResearch, importResearchSources,
generateInfographic, generateReport, listArtifacts, getSummary
Also adds debug logging to rpcCall and pollResearch for live API debugging.
0 commit comments