brossignol

Results 1 issues of brossignol

The code: ``` serviceAccount = gspread.service_account(filename='google-credentials.json') serviceAccount.copy(file_id, title, copy_permissions=True, copy_comments=False) ``` return the following error with gspread 6.1.4 ``` gspread.exceptions.APIError: APIError: [403]: The transferOwnership parameter must be enabled when the...