Picasa access to email

I'm using FMX cloud 3.3.3.1 and Tokyo update 1 with c++ and TTMSFMXCloudPicasa.  I created credentials to login to google photo and that part works.  When I do the initial login and google asks permission to allow access, sometimes it just asks for permission to access photos, and sometimes it also asks permission to access email.  I don't need email access and don't want to scare people by asking for email access.  I didn't see anything in google's documentation about limiting access.  How can I just request access to google photo without also requesting email access?  Thanks.

Try to remove from Scopes the setting:


https://www.googleapis.com/auth/userinfo.email

Thanks Bruno.  Adjusting the values stored in TMSFMXCloudPicasa1->Scopes solved it.