I am trying to upload photos to Google photos via python gdata api. This script used to work until last month but is failing now. The InsertAlbum API fails to upload with error 501 ( Not Implemented)
gdata.photos.service.GooglePhotosException: (501, 'Not Implemented', 'Insert is no longer supported')
Is there any change in how albums are created?
The script was inspired by another SO question. The full script is here.