I'm using pygsheets to work with google sheets and need to assign myself as the owner with my email and have it save to my google drive but I'm struggling to find a solution in the documentation.
The best I have is:
sheetbook=gs.create(gsheet_name)
sheetbook.share('my@email.com', role='writer')
I tried changing role to owner but come up with a error saying that transferOwnership needs a permission change and that's the issue of me not knowing how to do so. I know of the "folder=" option in create but I don't know how to link my google drive root folder.