A simple question about the soundcloud API, but I can't find this info, and can't make the test by myself since I don't have a pro account: If a user update (replace) a file, how could I know it? Is the id replaced? Or the date changed? Thanks
相关问题
- What is the best way to do a search in a large fil
- Spring Integration - Inbound file endpoint. How to
- Replacing more than n consecutive values in Pandas
- php--glob for searching directories and .jpg only
- Editing how file name is displayed in JComboBox wh
相关文章
- What is the correct way to declare and use a FILE
- Making new files automatically executable?
- How to serialize data into indented json [duplicat
- Creating a custom file like object python suggesti
- How to search specific user's tracks by tag wi
- Sorting a data stream before writing to file in no
- Fastest way to create files in C#
- Is there a way to instantly check whether a direct
No, there's no real indication for that in the API response, but I guess it could be the case that the
original_content_size
changed.