Re: Insufficient Permission !!!
Brett Morgan <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <CAAFdGScFiG7He=w5Sj79EbwKX3xU6sOjfXTR5LzamjQ8R1rtaA@mail.gmail.com> |
I'm guessing this code uses Google APIs Client Library for PHP<https://code.google.com/p/google-api-php-client/>? Can you give me some insight into what s in your get_google_client configuration setup call? brett On Thu, Sep 12, 2013 at 10:24 AM, Kyle Colyer <[email protected]> wrote: > Super cut down version of my code using the PHP client: > > $client = $this->get_google_client(); //this is a call to a function that > setups the client with everything I need > $service = new Google_BloggerService($client); > $client->setAccessToken($token from db here); > try{ > $service->blogs->listByUser('self'); > }catch(Exception $e){ > return false; > } > > Absolutely 0 changes to the code and happens in Oauth playground on > everything with the Blogger API. > > Thanks! > > > On Thursday, September 12, 2013 1:09:38 AM UTC+1, Brett Morgan wrote: > >> We are currently investigating this issue. >> >> Can you guys please supply us with network traces of the HTTPS traffic >> during Auth, or alternatively, cut down sample code that shows the error? >> >> brett >> >> >> On Thu, Sep 12, 2013 at 10:00 AM, Lakis <[email protected]> wrote: >> >>> I can see many people have this problem. So please add myself too, >>> having a desktop app installed on more than 25 computers and right now none >>> is working. Adding a post from that program worked so great for so many >>> months. Suddenly all the installed apps shows Insufficient Permission error. >>> >>> Please guide me (us). My app uses blogger v3 api. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Blogger Developer Group" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to bloggerdev+...@**googlegroups.com. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/**group/bloggerdev<http://groups.google.com/group/bloggerdev> >>> . >>> For more options, visit https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >> >> >> >> -- >> >> Brett Morgan | Developer Relations Engineer, Google Maps | >> [email protected] | pro**files.google.com/brettmorgan<http://profiles.google.com/brettmorgan> >> > -- > You received this message because you are subscribed to the Google Groups > "Blogger Developer Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/bloggerdev. > For more options, visit https://groups.google.com/groups/opt_out. > -- Brett Morgan | Developer Relations Engineer, Google Maps | [email protected] | profiles.google.com/brettmorgan -- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/bloggerdev. For more options, visit https://groups.google.com/groups/opt_out.