Group
Extension

Matches 3

App-ggdrv ( T/TU/TULAMILI/App-ggdrv-0.031.tar.gz, TULAMILI, 2023; MetaCPAN )
App-ggdrv/lib/App/ggdrv/fsearchall.pm ( view source; MetaCPAN )
t; use warnings;
use feature 'say' ; 
use Data::Dumper ; 
use Getopt::Std ; 
use HTTP::Tiny ;
use JSON ; 

my ( $GOOGLE_DRIVE_API , $gfile , $atoken , $count_limit , $uri , %o ) ;
return 1 ; 

sub fse
数
  my $ht = HTTP::Tiny->new();
  while ( $count < $count_limit ) {
    my $contents = decode_json( $ht->get($uri)->{content} );
    do { print Dumper $contents ; $contents->{error} ? last : next } 
App-ggdrv ( T/TU/TULAMILI/App-ggdrv-0.031.tar.gz, TULAMILI, 2023; MetaCPAN )
App-ggdrv/lib/App/ggdrv/upload.pm ( view source; MetaCPAN )
load ;
use strict;
use warnings;
use feature 'say' ; 
use HTTP::Request::Common;
use JSON qw/encode_json decode_json/;
use LWP::UserAgent;
use Getopt::Std ; 
use Carp; 

my ($gfile , $atoken, $GOOGLE_
; 
}

sub f_each ( $ ) { 
  binmode STDOUT, ":utf8";
  my $mimeType = $o{m} ; 
  my $ej1 = encode_json { name => $_[0] , mimeType => $mimeType , $o{f} ne q[] ? ( parents  => [ $o{f} ] ): () } ;
  my $
 undef, undef , 'Content-Type' => 'application/json;charset=UTF-8' , 'Content' => $ej1 ] ,
      file => [ $_[0] ] ,
    ] ,
    ) ;
  my $j = decode_json ( $res->content ) ; 
  say join "\t" , map { 
App-ggdrv ( T/TU/TULAMILI/App-ggdrv-0.031.tar.gz, TULAMILI, 2023; MetaCPAN )
App-ggdrv/lib/App/ggdrv/update.pm ( view source; MetaCPAN )
date ; 
use strict ; 
use warnings ;
use feature 'say' ; 
use HTTP::Request::Common ;
use JSON qw[ encode_json ] ;
use LWP::UserAgent ;
use URI::QueryParam ;
use URI ;

my ($GOOGLE_DRIVE_UPLOAD_API , 
くことは出来るだろうか?
        'Content-Type' => 'application/json;charset=UTF-8',
        'Content' => encode_json( {} ) #name=>'temp.txt', mimeType=>'text/plain', parents  => ['10_33char

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.