Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

ResourceDownloadURL Property

The URL used to download the file contents.

Object Oriented Interface

public function getResourceDownloadURL();
public function setResourceDownloadURL($value);

Procedural Interface

incloudstorage_onedrive_get($res, 43 );
incloudstorage_onedrive_set($res, 43, $value );

Default Value

''

Remarks

This property holds the URL that is used to download the file contents. This may optionally be set before calling DownloadFile.

This is populated after calling GetResourceInfo ListResources, and UploadFile.

The URL is a short-lived URL that will expire shortly after being created. Authentication is required to download data from this URL.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]