airavata_django_portal_sdk/user_storage/api.py [150:155]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if data_product is None:
        data_product = _get_data_product(request, data_product_uri)
    if remoteapi.is_remote_api_configured():
        resp = remoteapi.call(
            request,
            "/data-products/",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



airavata_django_portal_sdk/user_storage/api.py [261:266]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    if data_product is None:
        data_product = _get_data_product(request, data_product_uri)
    if remoteapi.is_remote_api_configured():
        resp = remoteapi.call(
            request,
            "/data-products/",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



