RestServices

0
Hi, I am working with the Spotify tutorial (https://youtu.be/eeWAqnny5xE) and I have something very strange. I use the URL 'https://api.spotify.com/v1/search?q={1}&type={2}' to get some data using a Call Rest action in the microflow (as done in the video). I receive no data. I removed the part 'v1/search?q={1}&type={2}' using ctrl-x from the URL and it works (nothing else changed). Now I put back the removed string using ctrl-v and now I do receive data (again, nothing else changed). Can anyone explain this? I have no idea what I did wrong the first time.
asked
2 answers
0

You will get data with this request from this tutorial

answered
0

I also think it has to do with spaces, I had the same problem !!!!

answered