gsc-logger icon indicating copy to clipboard operation
gsc-logger copied to clipboard

collecting property sets

Open TKorr opened this issue 7 years ago • 2 comments

Great work guys! saving me a tonne of hours already!

Just a thought, or feature request...any ideas on how to add support for property sets, from google's documentation it seems that they can only have one owner and cannot be shared.

TKorr avatar Aug 29 '17 15:08 TKorr

Hi Thomas,

Thanks for sharing this. I actually had no idea about sets. It looks like sets are incongruous with the fundamentals of how this was coded at the moment. Specifically, not being able to add additional users. It gets a bit messy with authentication and one of our requirements was to stay as simple to implement as possible. I will continue to look at sets to see if they extend functionality.

JR

On Aug 29, 2017 11:02 AM, "Thomas Korrison" [email protected] wrote:

Great work guys! saving me a tonne of hours already!

Just a thought, or feature request...any ideas on how to add support for property sets, from google's documentation https://support.google.com/webmasters/answer/6338828?hl=en&ref_topic=4564315 it seems that they can only have one owner and cannot be shared.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jroakes/gsc-logger/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AJuCuRQ5aB-z02Rl9Kbs2XipBAl7w6znks5sdCf5gaJpZM4PGFxY .

jroakes avatar Aug 29 '17 23:08 jroakes

the "create_delegated" method in the ServiceAccountCredentials object might be of use...

TKorr avatar Aug 30 '17 14:08 TKorr