I have a test endpoint running, and when I drop the file into the folder Iโm viewing, I get a request with a header X-Goog-Resource-State: update
, but I donโt seem to get the identifier for the added file.
- I get
X-Goog-Resource-Id
, which I thought might be a new file, but I get 404 if I try get()
it - I get
X-Goog-Resource-Uri
, but it refers to the folder Iโve watched - I get
X-Goog-Channel-Id
, but it clearly belongs to the channel, not the file - And
X-Request-Id
, but this is an opaque UUID
Do I need to get a complete list of files for the folder being viewed with each update and compare with the saved list? This is not so, but I am at a loss.
Any guidance would be greatly appreciated.
source
share