Replies: 2 comments
|
Check this: |
0 replies
|
Thanks @denisneuf , This operation in this project is the Profile().list_profiles() right? To contextualize, I need to access the ad api for sellers that authorize my app and I don't have their profile_id before calling the list_profiles. Thanks for your help Guido |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In order to get the profile list I need to call the Profile().list_profiles() operation.
But to initialize the Profile client a profile_id is required.
How can i get a profile_id before calling the list_profiles operation?
Thanks
All reactions