[1]=>
object(Google\Service\Gmail\MessagePart)#226 (15) {
...
["filename"]=>
string(64) "test.csv"
...
["headers"]=>
array(4) {
[0]=>
...
[1]=>
...
[2]=>
object(Google\Service\Gmail\MessagePartHeader)#229 (5) {
["name"]=>
string(19) "Content-Disposition"
["value"]=>
string(85) "attachment; filename=test.csv"
["internal_gapi_mappings":protected]=>
array(0) {
}
["modelData":protected]=>
array(0) {
}
["processed":protected]=>
array(0) {
}
}
How can I read the content in test.csv using php, gmail api?
Thanks