create pastes inside folder with pastebin.com api?
问题 after creating a folder on pastebin.com, how do i upload pastes to that folder with the api? i couldn't really find any mention of folders in the API documentation at https://pastebin.com/api (in fact, the word folder does not appear in the the documentation at all, running curl 'https://pastebin.com/api' -s | grep -i folder | wc -l returns 0), i want to do it with php + the curl_ api if that's significant (but i doubt it is) 回答1: this is obviously not a good solution, but it was the only one