I am attempting to call the Email Settings API using a Perl script. I am getting back an error "Invalid request URI" when attempting to call the API to retrieve a user's Forwarding settings. Here is the URL I am using with the "GET" request. https://apps-apis.google.com/a/feeds/emailsettings/2.0/$domain/$sourceUser/forwarding
I am using the correct headers, and the domain/user is valid. Documentation found here: http://code.google.com/googleapps/domain/email_settings/developers_guide_protocol.html shows that I should be able to run a "GET" request on the forwarding settingID. If I switch the settingID to "pop" I get back a valid response. This should validate that the user exists and that everything else is setup properly such as the auth token and other headers required. -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-apps-mgmt-apis?hl=en.
