I created one project and did all the steps required for push notification creating topic,subs and all but when I call watch method will it work for who I have created the project or for any user who i give in watch method
Does Gmail Project Support only one push notification
138 Views Asked by AJinkya At
1
There are 1 best solutions below
Related Questions in RUBY-ON-RAILS
- How to display legend box in tooltip text for amCharts 5 in Rails application?
- how to integrate cashfree payment gateway in ruby on rails project
- RSpec Capybara throwing Selenium error when trying to click a button with browser confirm
- rails minitest not picking up fixture properly, instance variable not percolating
- Duplicate GET requests - Rails & Heroku
- How to stub out current_user in JWT model for Rspec?
- NameError in Home#index
- Verifying Google Identity OAuth2 token with Ruby
- Error WebMock::NetConnectNotAllowedError in testing with stub using minitest in rails (using Faraday)
- why is mission_control-jobs erroring with load path error?
- Rescuing validation errors from a polymorphic association
- New error on random number assigned to local variable , Rails
- How to fix error in model with gem lockbox
- Images uploaded via Active Storage not displaying in Active Admin or on certain devices
- controller test_methods generating two errors intermittently
Related Questions in GMAIL
- Connection timed out error with smtp.gmail.com
- How to access a Gmail account
- invalid application password of gmail
- I want to find if any message that I'm expecting to receive has not been sent to my email
- Is there @font-face support in gmail — via iOS Mail
- Access Regular Gmail Account with API in Lambda
- Replace a Link to a file per GScript in GMail
- Laravel gmail smtp not sending email on live server
- Automating Email Dispatch with Google Apps Script
- Download Excel attachment from GMail to Google Drive Using App Script
- Gmail OAuth2 Client Secrets and Multiple Users
- I'm getting different threading on sender and recipient side using gmail api
- javamail connecting to gmail, expunging messages in Sent Mail does not fully delete the message
- Gmail "Layouts Tool" configurable via appscript?
- About Google and granular OAuth authorization
Related Questions in GOOGLE-CLOUD-MESSAGING
- Android: Transferring Data via ContentIntent
- Unable to receive extras in Android Intent
- ACCESS_COARSE_LOCATION merged from play-services-base lib
- How to handle RabbitMQ with mobile apps
- Xamarin Google Cloud Messaging GcmClient.CheckDevice(this) causes runtime error
- Why is my own sender ID getting back an InvalidRegistration message?
- unable to register (com.google.iid error 1005.)
- New GCM google-services.json and plugin needed?
- Xiaomi does not receive a notification when the application is not running
- How to implement Google Cloud Messaging - Topic Messaging in Chrome?
- Is it possible to send push notifications as per user preference(Time) from parse?
- GCM set expiration date for push notifications
- JPush works all over the world?
- Identifying Sender of Upstream GCM Message
- Deleting Repeated Services from Android GCM Config File
Related Questions in GMAIL-API
- Gmail API Watch() not working
- Gmail API: Get list of messages labelled with a specific label in php
- not able to read fiile GmailQuickstart.class.getResourceAsStream("E:\\client_secret.json");
- OAuth 2.0 with GMAIL API using
- Gmail API: Insufficient Permission
- Gmail API playground: Send method, converted MIME raw header not populating email fields on send
- How do I create a Gmail client for Windows 8/ 8.1?
- Create a desktop application using Gmail API
- gmail api returning total messages as 0 for a particular Label
- GMail API Super Admin access other users accounts via API?
- Gmail messagesTotal in label data is incorrect
- GMAIL API : Authorize Every time you use the API
- I am getting undefined error in labels whenever I am trying to access list of label in gmail API
- GmailApp - Add label to specific message, not the thread
- HTML image not showing up in MIME message sent via Gmail API in VBA, Used 3D
Related Questions in INCOMING-MAIL
- Sending temperror (4xx) response codes from SES incoming lambda
- Configure route 53 to forward incoming email to Sendgrid
- new App Engine service for incoming emails
- Run a Python script on receiving email in the inbox and all it's sub folders in Outlook
- How to Forward Notifications with FileSystemWatcher and Incoming Webhook
- Which headers to set when sending emails with an API to avoid emails to be thread-grouped in Gmail client
- Sending email but not receiving - GoDaddy VPS server and Cloudflare
- How to IMPORT this blocked attachments from gmail to another gmail?
- Is there a way to send a Gmail message or create a notification when a daily email is not received?
- Get gmail Inbox Messages using the gmail API
- Android: Read Gmail Message Body From a Service with Gmail api
- Parsing Email returning com.sun.mail.util.MailConnectException exception
- why PROVIDER_CHANGED not working in android studio?
- What Countries does Google use to send Google Mail?
- Spring Framework, get incoming emails with attachments using IMAP
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The user the
access tokenyou are using corresponds to when calling the watch-method, is the one you will get push notifications for.