Skip to content
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

No notification when a file is created #18

Open
c-juenemann opened this issue Mar 29, 2021 · 7 comments
Open

No notification when a file is created #18

c-juenemann opened this issue Mar 29, 2021 · 7 comments
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working

Comments

@c-juenemann
Copy link

i set up two rules:
Screenshot abläufe
The same test-tag is beeing used. When I (using a shared link of a tagged folder) delete a file I get the push notification to my phone and the bell in the webgui lights up too - so far so good.
If i create a file I sadly dont get the notification pushed to my phone, the webgui "bell" works.

Any insight/help would be much appreciated.

System details:
NC version: 20.0.8
Flow Notifications version: 1.0.3

Client details:
iOS version: 14.4.1
Nextcloud app version: 3.3.0

Sincerly Calvin

@blizzz
Copy link
Member

blizzz commented Mar 29, 2021

#15 (comment) ?

@c-juenemann
Copy link
Author

I am aware of that. I used a shared folder to test. The user which is doing the actions in this case is the "remote user".
The notification bell is working, but i never got a file created message pushed to my phone.

@c-juenemann
Copy link
Author

c-juenemann commented Apr 7, 2021

Can anybody help me? I have not found any solution yet and really need the option to push notifiy users

@c-juenemann
Copy link
Author

Update: It still doesnt work, but I found out that this does not only apply to group folders, but normal folders as well.

I am still getting a notification when a file is deleted, but not when a file is created. Also tested this in one rule (trigger file is created + deleted in the same rule to be sure i didnt missconfigure it.

Any ideas/workarounds would mean a lot.

@msi-tl
Copy link

msi-tl commented Jun 2, 2021

Maybe this is because of the rule itself?
A file in creating process has no tag, it is tagged after creating.
So this condition is never true.

You should use the trigger for "file tagged" instead of "file created".

Edit:
I tested the trigger "file tagged" in a group folder that is tagged.
I don't get a notification from creating a new file, so this solution isn't working too.

I use an other solution for get notified on files creation.
Maybe this will help you.:
Trigger : "file created"
Rule: "file name" "is like" "/.*FolderName.*/"

@wiegell

This comment was marked as off-topic.

@blizzz

This comment was marked as off-topic.

@blizzz blizzz added 0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working labels Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants