Hello Vincent, I have successfully get a request using LoadFromStorage(). Thanks a lot for the help! Kudos!
On Friday, March 2, 2018 at 5:04:14 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Mark, > > You need to set the client secret > <https://github.com/googleads/googleads-python-lib/blob/master/googleads.yaml#L23> > and refresh token > <https://github.com/googleads/googleads-python-lib/blob/master/googleads.yaml#L24> > as > they are required fields in the authentication. > > In regards to your error, it seems that it could not locate/open the > googleads.yaml file based on this error message > "C:\Users\MaC\Desktop\project\ksvt, could not be opened". Please double > check on your end if the correct path was being set in the > *LoadFromStorage('path_of_your_yaml_file')* method. Or, you can also put > the googleads.yaml file in your home directory as you can see in this > guide > <https://github.com/googleads/googleads-python-lib#caching-authentication-information> > . > > Thanks, > Vincent > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/f97aa470-5440-4b15-96e2-ca14d4401fbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
