Byron / google-apis-rs

A binding and CLI generator for all Google APIs
http://byron.github.io/google-apis-rs
Other
1.01k stars 131 forks source link

I need help. #392

Closed hannydevelop closed 1 year ago

hannydevelop commented 1 year ago

Hi @Byron thanks a lot for this project. Also, I'm sorry for reaching out this way, didn't know of any other way to reach you.

I was playing around with the example in doc.rs and I got stuck on authorization. Consent and Approval was successful. However, res didn't print "Success" and list of files in drive. I just got:

"You may now close this window"

Also, with each restart, the redirect uri changes. I'm certain this has something to do with HTTPredirect. Can I make the redirect uri constant, just like workspace expects? Else I'll have to keep changing the uri in my console.