-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Google Drive node does not report status when uploading #4
Comments
This is by design. @rosogon described the component in Agile-IoT/Architecture#5
|
According to https://nodered.org/docs/creating-nodes/status:
The Status node sends:
@kdo-sw, do you think the Status node is enough for your needs? @brettdaman, in your current implementation, could you prepare a list of possible status (including success)? To check if they can be normalized between different implementations. |
v1.0.2 has an output for status updates. |
There is no way to know if a file upload was successful or not, which can be the case if there for some reason is no network connection. This prevents cleaning up the local files, because the application never knows when the data has arrived to the cloud.
The text was updated successfully, but these errors were encountered: