Andy Carter
05/02/2024, 4:40 PMgoogleapiclient. This involves instantiating a single service object with credentials at a high level which multiple streams make use of for their stream-specific calls.
The way I have done it so far is to instantiate this service object on the tap, and then access from the stream level via self._tap.service , but I feel like there should be a better way to do it that doesn't involve accessing an underscored object (!). Any tips welcomevisch
05/02/2024, 4:41 PMvisch
05/02/2024, 4:43 PMAndy Carter
05/02/2024, 4:43 PMvisch
05/02/2024, 4:43 PMvisch
05/02/2024, 4:44 PMAndy Carter
05/02/2024, 4:44 PM