You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upload a file and get the following:
Exception: Attribute provided with no value: url
at OnedriveApp.fetch (code:717:15)
at OnedriveApp.uploadFile (code:488:24)
at uploadToOneDrive (CreateReport:235:36)
at createReport (CreateReport:79:26)
at __GS_INTERNAL_top_function_call__.gs:1:8
It looks like the uploadUrl below is empty / null.
Hi,
I'm trying to upload a file and get the following:
It looks like the
uploadUrl
below is empty / null.Is there something I can do to find out why
uploadUrl
might be null?The text was updated successfully, but these errors were encountered: