filestack-php icon indicating copy to clipboard operation
filestack-php copied to clipboard

Example is using an unknown variable

Open TELUS-Alexander opened this issue 7 years ago • 0 comments

Hello,

In your example, you are using the $fields variable but it has not been initiated and there is no way to know what is being referred there.

https://github.com/filestack/filestack-php#storage

$metadata = $client->getMetaData($filelink->handle, $fields);

I noticed it while going through your documentation.

By default, does it retrieve all fields if the value is empty?

TELUS-Alexander avatar Sep 30 '18 18:09 TELUS-Alexander