01-18-2024 10:59 AM
I have tried creating a connection in both make.com and tapeapp.com and I can't get it to work.
These are the fields I have to fill in
"Connection name: Name of the connection.
Client ID: Provided by the service.
Client secret: Provided by the service.
Authorize URL from the service's API documentation.
Token URL from the service's API documentation.
Scope (optional): Your connection API scopes. Check the service API documentation for the list of API scopes.
Resource owner details URL (optional): Provider URL to fetch user details"
Client ID and Secret were easy enough to find.
for Token URL I am using "https://api.ebay.com/identity/v1/oauth2/token"
For the authorize URL I have tried using both "https://auth.ebay.com/oauth2/authorize" and the one that is generated when I make a new redirect. I set the "Your auth accepted URL1" field to work with the tapeapp url that tape documentation gave. "https://tapeapp.com/api/v1/integration/auth/oauth" I really am not sure this is the right place to add that URL or not though.
for scope I have tried leaving it blank, I have tried just a generic "https://api.ebay.com/oauth/api_scope/sell.inventory"
But I keep getting a variety of errors. Right now I have the auth url set as the one that is generated and i am getting an error that the scope is not valid or something.
Also, when i try to run in api explorer, I run the "createanewlisting" api and it gives me a "no content" response.
Like I said, total newbie, so any help at all is appreciated.