Steve Bazyl
Steve Bazyl
I'm not able to reproduce this without intentionally omitting the redirect_uri in the URL when copy/pasting. Are you sure you copied the URL into the browser correctly?
Please post the actual URLs. Note that there's no secret information in the URLs -- the client IDs are considered public info as they're visible to end users in the...
It's a little tough -- OAuth 2.0 flows vary a lot by the application form factor (installed app vs. server-side web vs. client-side web vs. android vs. ios, etc..) And...
Yep, want to add this but it's still blocked by the underlying API.
fileExtension is used more for pulling from the apps script to local, but doesn't affect filtering when pushing. Two recommendations for avoiding pushing node_modules: * Use .claspignore file to block...
Not dead, but not actively being worked on either. There's a little bit of working going on to update privacy policy and terms of service for the oauth client to...
It's for an API client where the underlying rest API supports partial requests (retrieve/set just a subset of properties) and treats unspecified attributes differently than attributes with nil values. Unspecified...
Sort of. So long as there are no defaults specified, it's easy enough to check by calling instance_variable_defined? to see if it has been set or not. For my case...
Correct -- the origin is incorrect. It needs to be the origin as understood by the browser (proto://host:port in the browser url). Unfortunately using the web preview feature on Cloud...
@ml9907 is your account/domain and project correctly whitelisted for Cloud Search? Have you been able to make any other API calls or index content yet?