I’ve been using /filemanager/api/v2/files/upload to upload files, but I recently noticed that this was returning a 404 not found error.
The docs seem to show that it’s ‘v3’ now https://legacydocs.hubspot.com/docs/methods/files/v3/upload_new_file
Has the ‘v2’ endpoint been deprecated/sunset?
I’m also confused about the difference between
https://legacydocs.hubspot.com/docs/methods/files/v3/upload_new_file
and
/files/v3/files
Why are there two v3 endpoints for uploading files? Is the one in the legacy docs part of the old API or the v3 one? Or are they both considered ‘v3’?