I want to pull periodic reports via Google Seller API. Is there a way, to login into Seller account without having to go via regular OAuth redirection ?
Asked
Active
Viewed 102 times
0

Linda Lawton - DaImTo
- 106,405
- 32
- 180
- 449

Amogh Talpallikar
- 12,084
- 13
- 79
- 135
-
Do you have access to the account in question? If so create a service account to access it. If not and the account belongs to a user then you need to use Oauth2 – Linda Lawton - DaImTo Jun 02 '15 at 09:51
-
@DaImTo: Apparently the API doesn't support Service accounts. – Amogh Talpallikar Jun 02 '15 at 14:52
1 Answers
1
It would make no sense to try to use a service account to access AdEx, which is owned by a user account. You need to obtain a refresh token for the user account, store it somewhere, then use it to obtain an access token whenever you need to access the API. This answer gives the steps to follow How do I authorise an app (web or installed) without user intervention? (canonical ?)